Remove unused import

This commit is contained in:
RMidhunSuresh 2022-05-12 16:03:06 +05:30
parent 4ddfd3b508
commit 9ba1534390
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import {downloadInIframe} from "./dom/download.js";
import {Disposables} from "../../utils/Disposables";
import {parseHTML} from "./parsehtml.js";
import {handleAvatarError} from "./ui/avatar";
import {ThemeLoader, COLOR_SCHEME_PREFERENCE} from "./ThemeLoader";
import {ThemeLoader} from "./ThemeLoader";
function addScript(src) {
return new Promise(function (resolve, reject) {