aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/document.ts
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-06-30 03:07:57 -0400
committerAjay <[email protected]>2023-06-30 03:07:57 -0400
commit0f7ed9926c9e85f6693eea812c8e69845710d730 (patch)
tree70a650a60b60a9be60699fdd019c3f95f098fc3d /src/document.ts
parent75eb63632f32678737ea397cd43ec7b1bb2352fb (diff)
downloadSponsorBlock-0f7ed9926c9e85f6693eea812c8e69845710d730.tar.gz
SponsorBlock-0f7ed9926c9e85f6693eea812c8e69845710d730.zip
Remove maze utils from npm deps
Diffstat (limited to 'src/document.ts')
-rw-r--r--src/document.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.ts b/src/document.ts
index ed4c2840..17579b56 100644
--- a/src/document.ts
+++ b/src/document.ts
@@ -1,3 +1,3 @@
-import { init } from "@ajayyy/maze-utils/lib/injected/document";
+import { init } from "./maze-utils/injected/document";
init(); \ No newline at end of file