2 lines
68 B
TypeScript
2 lines
68 B
TypeScript
import App from "./App.svelte";
|
|
new App({ target: document.body });
|