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