chore: init svelte rewrite scaffold

This commit is contained in:
Youwes09
2026-03-18 22:29:03 -05:00
parent bf38e00cf3
commit 0e87c51801
69 changed files with 1249 additions and 17097 deletions
+6
View File
@@ -0,0 +1,6 @@
import App from "./App.svelte";
import "./styles/global.css";
const app = new App({ target: document.getElementById("app")! });
export default app;