fix bundle duplication

This commit is contained in:
velzie 2024-08-02 17:14:56 -04:00
parent 3826197093
commit 929dfcca24
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
8 changed files with 7 additions and 26 deletions

View file

@ -1,4 +1,4 @@
import { encodeUrl } from "../../shared/rewriters/url";
import { encodeUrl } from "../shared";
import { ScramjetClient } from "../client";
export default function (client: ScramjetClient) {