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