e1cc3bc
1
2
3
4
5
6
import { mount } from "svelte"; import App from "./App.svelte"; import "./global.css"; mount(App, { target: document.getElementById("app")! });