this repo has no description
at master 117 B view raw
1import App from './App.svelte'; 2 3const app = new App({ 4 target: document.body, 5 props: { 6 7 } 8}); 9 10export default app;