aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/main.ts')
-rw-r--r--ui/src/main.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/src/main.ts b/ui/src/main.ts
index 664a057..d47b930 100644
--- a/ui/src/main.ts
+++ b/ui/src/main.ts
@@ -1,9 +1,9 @@
-import { mount } from 'svelte'
-import './app.css'
-import App from './App.svelte'
+import { mount } from "svelte";
+import "./app.css";
+import App from "./App.svelte";
const app = mount(App, {
- target: document.getElementById('app')!,
-})
+ target: document.getElementById("app")!,
+});
-export default app
+export default app;