diff --git a/frontend/src/main.ts b/frontend/src/main.ts new file mode 100644 index 0000000..c5fb20c --- /dev/null +++ b/frontend/src/main.ts @@ -0,0 +1,7 @@ +import App from './App.svelte'; + +const app = new App({ + target: document.getElementById('app')!, +}); + +export default app; \ No newline at end of file