cathode/src/main.ts

9 lines
144 B
TypeScript

import "./style.css";
import App from "./App.svelte";
const app = new App({
target: document.getElementById("app"),
});
export default app;