fix: remove broken import

This commit is contained in:
sethburkart123
2024-08-25 06:17:17 +10:00
parent a8ff2213bd
commit a78993fffc
-1
View File
@@ -5,7 +5,6 @@ import stringToHTML from "../utils/stringToHTML";
import { settingsState } from "../utils/listeners/SettingsState"; import { settingsState } from "../utils/listeners/SettingsState";
import { updateAllColors } from "./colors/Manager"; import { updateAllColors } from "./colors/Manager";
import { delay } from "../utils/delay"; import { delay } from "../utils/delay";
import { settings } from '../../../dist/src/seqta/content/MenuItemSVGKey.json__import';
export async function AddBetterSEQTAElements() { export async function AddBetterSEQTAElements() {
if (settingsState.onoff) { if (settingsState.onoff) {