From fcf096c66d4156a4efa617eae2f028628cca91c3 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 8 Sep 2024 01:21:59 -0400 Subject: [PATCH] Fix lint issue --- src/options.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/options.ts b/src/options.ts index f6ba26632..ea84858fb 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