aboutsummaryrefslogtreecommitdiff
path: root/src/App.svelte
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-02-04 21:13:02 +0800
committerMistivia <i@mistivia.com>2025-02-04 21:13:02 +0800
commit781917675a1f7a81d61dca8e5134fb4867750685 (patch)
tree6156b81e42d46fddc8ad2e518cf070c0891224bc /src/App.svelte
init
Diffstat (limited to 'src/App.svelte')
-rw-r--r--src/App.svelte12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/App.svelte b/src/App.svelte
new file mode 100644
index 0000000..9df1768
--- /dev/null
+++ b/src/App.svelte
@@ -0,0 +1,12 @@
+<script lang="ts">
+
+import LeftPanel from './components/LeftPanel.svelte';
+import RightPanel from './components/RightPanel.svelte';
+import MainPanel from './components/MainPanel.svelte';
+
+</script>
+
+<LeftPanel />
+<MainPanel />
+<RightPanel />
+