diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-01 18:17:42 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-01 18:17:42 -0500 |
commit | afeffe31bd7d0f8333627a972e1d32e64a325b5b (patch) | |
tree | 6efd6548755e49e379a0a390c96efcf9f7a65eeb /fe/src/main.ts | |
parent | 9f9a33cbf55d38987a66b709284d2bb4ffea0fe9 (diff) |
reformat fe
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 |