VibeGame / src /main.ts
dylanebert's picture
initial commit
794cf6c
raw
history blame
143 Bytes
import "./app.css";
import App from "./App.svelte";
const app = new App({
target: document.getElementById("app")!,
});
export default app;