reformat, remove unused imports

This commit is contained in:
HorizonCode 2024-01-09 14:48:47 +01:00
parent 895b71ef16
commit 310c206367
3 changed files with 1 additions and 3 deletions

View File

@ -66,4 +66,4 @@
"typescript": "^5.3.3",
"wait-on": "^7.2.0"
}
}
}

View File

@ -5,7 +5,6 @@ window.addEventListener("DOMContentLoaded", () => {
backgroundColor: TitlebarColor.fromHex("#202020"),
itemBackgroundColor: TitlebarColor.fromHex("#202020"),
menu: null,
enableMnemonics: false,
maximizable: false,
});

View File

@ -1,6 +1,5 @@
import "./app.pcss";
import App from "./App.svelte";
import "@fontsource/prompt";
const app = new App({
target: document.body,