6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
import App from './components/App.svelte';
|
|
|
|
new App({
|
|
target: document.body
|
|
});
|