aboutsummaryrefslogtreecommitdiff
path: root/fe/src/main.ts
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2024-03-01 18:17:42 -0500
committerZach Berwaldt <zberwaldt@tutamail.com>2024-03-01 18:17:42 -0500
commitafeffe31bd7d0f8333627a972e1d32e64a325b5b (patch)
tree6efd6548755e49e379a0a390c96efcf9f7a65eeb /fe/src/main.ts
parent9f9a33cbf55d38987a66b709284d2bb4ffea0fe9 (diff)
reformat fe
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