diff options
| author | Mistivia <i@mistivia.com> | 2025-02-10 23:21:24 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-02-10 23:21:24 +0800 |
| commit | 39c98aef0b1077001571a11adfd6b4c80dec256a (patch) | |
| tree | 495455d698594b7f3fa0dcf7be39b7e549eedf28 /src/App.svelte | |
| parent | 45337902f925e8d826aae5a2347029ab03753113 (diff) | |
add loading page
Diffstat (limited to 'src/App.svelte')
| -rw-r--r-- | src/App.svelte | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.svelte b/src/App.svelte index 9df1768..09b69c3 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -3,10 +3,12 @@ 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 /> |
