From da0d79f0db873c08fab3bc85023167e174d18b0e Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Mon, 19 Jan 2026 14:17:32 +0800 Subject: chore(ui): refactor workspace to monorepo --- ui/src/main.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ui/src/main.ts (limited to 'ui/src/main.ts') diff --git a/ui/src/main.ts b/ui/src/main.ts deleted file mode 100644 index d47b930..0000000 --- a/ui/src/main.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { mount } from "svelte"; -import "./app.css"; -import App from "./App.svelte"; - -const app = mount(App, { - target: document.getElementById("app")!, -}); - -export default app; -- cgit v1.2.3-70-g09d2