bug fixes

Co-authored-by: Avad3 <Avad3@users.noreply.github.com>
This commit is contained in:
Percs 2024-07-13 19:42:12 -05:00
parent a39a2657c6
commit 47b59945a9
23 changed files with 385 additions and 327 deletions

View file

@ -1,5 +1,5 @@
// @ts-nocheck
import { encodeUrl, decodeUrl } from "../bundle";
import { encodeUrl, decodeUrl } from "../shared";
function urlLocation() {
const loc = new URL(decodeUrl(location.href));