aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-01-06 01:54:47 -0500
committerAjay <[email protected]>2022-01-06 01:54:47 -0500
commit1aac863df0108dd77b32a9602fdf91dad61fa81c (patch)
treea698972ccb72d20802a803af5eb913ebf63919a8 /src
parentc7d5011cc092470e5c7ff6ab5ef2a22703039d7f (diff)
downloadSponsorBlock-1aac863df0108dd77b32a9602fdf91dad61fa81c.tar.gz
SponsorBlock-1aac863df0108dd77b32a9602fdf91dad61fa81c.zip
Fix error
Diffstat (limited to 'src')
-rw-r--r--src/render/SkipNotice.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/SkipNotice.tsx b/src/render/SkipNotice.tsx
index 5113c2da..b3ea571c 100644
--- a/src/render/SkipNotice.tsx
+++ b/src/render/SkipNotice.tsx
@@ -4,9 +4,10 @@ import * as ReactDOM from "react-dom";
import Utils from "../utils";
const utils = new Utils();
-import SkipNoticeComponent, { SkipNoticeAction } from "../components/SkipNoticeComponent";
+import SkipNoticeComponent from "../components/SkipNoticeComponent";
import { SponsorTime, ContentContainer, NoticeVisbilityMode } from "../types";
import Config from "../config";
+import { SkipNoticeAction } from "../utils/noticeUtils";
class SkipNotice {
segments: SponsorTime[];