Alex Cabrera
initial commit
1768d92
raw
history blame
142 Bytes
import "./app.css";
import App from "./App.svelte";
const app = new App({
target: document.getElementById("app"),
});
export default app;