fix imports

This commit is contained in:
Avad3 2024-07-14 11:42:23 -04:00
parent 82a95e71b0
commit 20caf32b5b
17 changed files with 46 additions and 40 deletions

View file

@ -1,6 +1,6 @@
// ts throws an error if you dont do window.fetch
import { encodeUrl, rewriteHeaders } from "../index";
import { encodeUrl, rewriteHeaders } from "../shared";
window.fetch = new Proxy(window.fetch, {
apply(target, thisArg, argArray) {