eberhenriquez94 commited on
Commit
ad9ec0c
·
verified ·
1 Parent(s): b43dd69
Files changed (1) hide show
  1. frontend/main.js +7 -0
frontend/main.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import App from './Index.svelte';
2
+
3
+ const app = new App({
4
+ target: document.getElementById('app'),
5
+ });
6
+
7
+ export default app;