mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Remove maze utils from npm deps
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { objectToURI } from "@ajayyy/maze-utils";
|
||||
import { getHash } from "@ajayyy/maze-utils/lib/hash";
|
||||
import { objectToURI } from "../maze-utils";
|
||||
import { getHash } from "../maze-utils/hash";
|
||||
import Config from "../config";
|
||||
import GenericNotice, { NoticeOptions } from "../render/GenericNotice";
|
||||
import { ContentContainer } from "../types";
|
||||
|
||||
Reference in New Issue
Block a user