aboutsummaryrefslogtreecommitdiff
path: root/src/App.svelte
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-02-20 13:26:43 +0800
committerMistivia <i@mistivia.com>2025-02-20 13:26:43 +0800
commit2ebdfe109bbff27b35a5e9ae208dabddd266191e (patch)
treeed63233177008c7bef134606fbf0254754e91fb2 /src/App.svelte
parenta7488d695b3f647d657f6b3482d5333e1e869771 (diff)
change project layout
Diffstat (limited to 'src/App.svelte')
-rw-r--r--src/App.svelte14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/App.svelte b/src/App.svelte
deleted file mode 100644
index 09b69c3..0000000
--- a/src/App.svelte
+++ /dev/null
@@ -1,14 +0,0 @@
-<script lang="ts">
-
-import LeftPanel from './components/LeftPanel.svelte';
-import RightPanel from './components/RightPanel.svelte';
-import MainPanel from './components/MainPanel.svelte';
-import Loading from './components/Loading.svelte';
-
-</script>
-
-<LeftPanel />
-<MainPanel />
-<RightPanel />
-<Loading />
-