reformat, remove unused imports
This commit is contained in:
parent
895b71ef16
commit
310c206367
|
@ -66,4 +66,4 @@
|
|||
"typescript": "^5.3.3",
|
||||
"wait-on": "^7.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
backgroundColor: TitlebarColor.fromHex("#202020"),
|
||||
itemBackgroundColor: TitlebarColor.fromHex("#202020"),
|
||||
menu: null,
|
||||
|
||||
enableMnemonics: false,
|
||||
maximizable: false,
|
||||
});
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import "./app.pcss";
|
||||
import App from "./App.svelte";
|
||||
import "@fontsource/prompt";
|
||||
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
|
|
Loading…
Reference in New Issue
Block a user