File size: 125 Bytes
ad9ec0c
 
 
4844695
ad9ec0c
 
 
4844695
1
2
3
4
5
6
7
8
9
import App from './Index.svelte';

const app = new App({
  target: document.getElementById('app'),
});

export default app;