aboutsummaryrefslogtreecommitdiff
path: root/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.ts')
-rw-r--r--src/main.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.ts b/src/main.ts
index 4c473fa..b7fad6b 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -1,7 +1,8 @@
-import App from './App.svelte';
+import "./app.css";
+import App from "./App.svelte";
const app = new App({
- target: document.body
+ target: document.body,
});
-export default app; \ No newline at end of file
+export default app;