diff options
Diffstat (limited to 'src/App.svelte')
| -rw-r--r-- | src/App.svelte | 14 |
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 /> - |
