aboutsummaryrefslogtreecommitdiff
path: root/src/App.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.svelte')
-rw-r--r--src/App.svelte2
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 />