aboutsummaryrefslogtreecommitdiff
path: root/fe/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'fe/src/main.ts')
-rw-r--r--fe/src/main.ts2
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'
2import App from './App.svelte' 2import App from './App.svelte'
3 3
4const app = new App({ 4const app = new App({
5 target: document.getElementById('app'), 5 target: document.getElementById('app') as HTMLElement,
6}) 6})
7 7
8export default app 8export default app