stevenyh3
feat: add initial design
4c2f8ad
raw
history blame contribute delete
122 Bytes
import App from "./App.svelte";
const app = new App({
target: document.getElementById("app"),
});
export default app;