mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Feat: Reworked ENTIRE Project for Readability
This commit is contained in:
+3
-2
@@ -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")! });
|
||||
Reference in New Issue
Block a user