Fixed incorrect import.

This commit is contained in:
Ajay Ramachandran 2020-02-01 17:40:12 -05:00
parent 070a51954a
commit 7716827a98

View file

@ -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;