chore: ported over basics

This commit is contained in:
Youwes09
2026-03-18 23:05:32 -05:00
parent 697116b630
commit 73b73e85d7
11 changed files with 2086 additions and 35 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
import { mount } from "svelte";
import App from "./App.svelte";
import "./styles/global.css";
const app = new App({ target: document.getElementById("app")! });
export default app;
mount(App, { target: document.getElementById("app")! });