chore: remove unneeded import

This commit is contained in:
Lewis Crichton 2024-01-14 13:28:28 +00:00
parent 0aa399c8ed
commit e350883b72
No known key found for this signature in database

View file

@ -25,7 +25,6 @@ import * as DataStore from "../src/api/DataStore";
import { debounce } from "../src/utils"; import { debounce } from "../src/utils";
import { EXTENSION_BASE_URL } from "../src/utils/web-metadata"; import { EXTENSION_BASE_URL } from "../src/utils/web-metadata";
import { getTheme, Theme } from "../src/utils/discord"; import { getTheme, Theme } from "../src/utils/discord";
import { getThemeInfo } from "../src/utils/themes/bd";
// Discord deletes this so need to store in variable // Discord deletes this so need to store in variable
const { localStorage } = window; const { localStorage } = window;