aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/config.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/config.ts
parent75eb63632f32678737ea397cd43ec7b1bb2352fb (diff)
downloadSponsorBlock-0f7ed9926c9e85f6693eea812c8e69845710d730.tar.gz
SponsorBlock-0f7ed9926c9e85f6693eea812c8e69845710d730.zip
Remove maze utils from npm deps
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts
index 1880110d..6ef0112c 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -1,8 +1,8 @@
import * as CompileConfig from "../config.json";
import * as invidiousList from "../ci/invidiouslist.json";
import { Category, CategorySelection, CategorySkipOption, NoticeVisbilityMode, PreviewBarOption, SponsorTime, VideoID, SponsorHideType } from "./types";
-import { Keybind, ProtoConfig, keybindEquals } from "@ajayyy/maze-utils/lib/config";
-import { HashedValue } from "@ajayyy/maze-utils/lib/hash";
+import { Keybind, ProtoConfig, keybindEquals } from "./maze-utils/config";
+import { HashedValue } from "./maze-utils/hash";
export interface Permission {
canSubmit: boolean;