diff options
author | Ajay <[email protected]> | 2023-06-30 03:07:57 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-06-30 03:07:57 -0400 |
commit | 0f7ed9926c9e85f6693eea812c8e69845710d730 (patch) | |
tree | 70a650a60b60a9be60699fdd019c3f95f098fc3d /src/js-components/skipButtonControlBar.ts | |
parent | 75eb63632f32678737ea397cd43ec7b1bb2352fb (diff) | |
download | SponsorBlock-0f7ed9926c9e85f6693eea812c8e69845710d730.tar.gz SponsorBlock-0f7ed9926c9e85f6693eea812c8e69845710d730.zip |
Remove maze utils from npm deps
Diffstat (limited to 'src/js-components/skipButtonControlBar.ts')
-rw-r--r-- | src/js-components/skipButtonControlBar.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js-components/skipButtonControlBar.ts b/src/js-components/skipButtonControlBar.ts index 6b3654f2..84b6a45f 100644 --- a/src/js-components/skipButtonControlBar.ts +++ b/src/js-components/skipButtonControlBar.ts @@ -2,7 +2,7 @@ import Config from "../config"; import { SponsorTime } from "../types"; import { getSkippingText } from "../utils/categoryUtils"; import { AnimationUtils } from "../utils/animationUtils"; -import { keybindToString } from "@ajayyy/maze-utils/lib/config"; +import { keybindToString } from "../maze-utils/config"; export interface SkipButtonControlBarProps { skip: (segment: SponsorTime) => void; |