mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fixed incorrect import.
This commit is contained in:
parent
070a51954a
commit
7716827a98
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import SB from "./SB";
|
|||
import runThePopup from "./popup.js";
|
||||
|
||||
import PreviewBar from "./js-components/previewBar";
|
||||
import SkipNotice from "./js-components/previewBar";
|
||||
import SkipNotice from "./js-components/skipNotice";
|
||||
|
||||
//was sponsor data found when doing SponsorsLookup
|
||||
var sponsorDataFound = false;
|
||||
|
|
Loading…
Reference in a new issue