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