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