Feat: Reworked ENTIRE Project for Readability

This commit is contained in:
Youwes09
2026-04-20 00:19:22 -05:00
parent 005680394e
commit 4b97f4a6c9
191 changed files with 19210 additions and 15915 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
import { mount } from "svelte";
import App from "./App.svelte";
import "./styles/global.css";
import "./design/tokens/index.css";
import "./design/base/index.css";
mount(App, { target: document.getElementById("app")! });
mount(App, { target: document.getElementById("app")! });