mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
6 lines
191 B
TypeScript
6 lines
191 B
TypeScript
import { mount } from "svelte";
|
|
import App from "./App.svelte";
|
|
import "./design/tokens/index.css";
|
|
import "./design/base/index.css";
|
|
|
|
mount(App, { target: document.getElementById("app")! }); |