diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 07:22:36 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 07:22:36 -0400 |
| commit | 59067695f934184c7e6efaa4fc89fbde2f27a7cb (patch) | |
| tree | aa0673196256ec61544b6acbc3471a81516b5f20 /src/main.ts | |
| parent | b3fdc004706a1501b32372747abc1f4f4b7dd367 (diff) | |
initial migration, app runs
Diffstat (limited to 'src/main.ts')
| -rw-r--r-- | src/main.ts | 7 |
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; |
