diff options
Diffstat (limited to 'fe/src/main.ts')
-rw-r--r-- | fe/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fe/src/main.ts b/fe/src/main.ts index 8a909a1..ff866d0 100644 --- a/fe/src/main.ts +++ b/fe/src/main.ts | |||
@@ -2,7 +2,7 @@ import './app.css' | |||
2 | import App from './App.svelte' | 2 | import App from './App.svelte' |
3 | 3 | ||
4 | const app = new App({ | 4 | const app = new App({ |
5 | target: document.getElementById('app'), | 5 | target: document.getElementById('app') as HTMLElement, |
6 | }) | 6 | }) |
7 | 7 | ||
8 | export default app | 8 | export default app |