diff options
author | Ajay <[email protected]> | 2024-09-08 01:21:59 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2024-09-08 01:21:59 -0400 |
commit | fcf096c66d4156a4efa617eae2f028628cca91c3 (patch) | |
tree | 1a5038aea299c89ae296b044f405df950509c3df | |
parent | 12e8c7aad8392039b641c0eb414cd22e6b80ecb7 (diff) | |
download | SponsorBlock-fcf096c66d4156a4efa617eae2f028628cca91c3.tar.gz SponsorBlock-fcf096c66d4156a4efa617eae2f028628cca91c3.zip |
Fix lint issue
-rw-r--r-- | src/options.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.ts b/src/options.ts index f6ba2663..ea84858f 100644 --- a/src/options.ts +++ b/src/options.ts @@ -2,7 +2,6 @@ import * as React from "react"; import { createRoot } from 'react-dom/client'; import Config, { generateDebugDetails } from "./config"; -import * as CompileConfig from "../config.json"; import * as invidiousList from "../ci/invidiouslist.json"; // Make the config public for debugging purposes |