mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Remove maze utils symlink
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { localizeHtmlPage } from "./maze-utils/setup";
|
||||
import { localizeHtmlPage } from "../maze-utils/src/setup";
|
||||
import Config from "./config";
|
||||
import { showDonationLink } from "./utils/configUtils";
|
||||
|
||||
import { waitFor } from "./maze-utils";
|
||||
import { waitFor } from "../maze-utils/src";
|
||||
|
||||
if (document.readyState === "complete") {
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user