Spaces:
Running
Running
File size: 132 Bytes
b8b1de1 |
1 2 3 4 5 6 7 8 9 10 |
import App from './App.svelte';
const app = new App({
target: document.body,
props: {
name: 'world'
}
});
export default app; |