diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.svelte | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/App.svelte b/src/App.svelte index b0ec65c..1242e0d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,11 +1,9 @@ <!-- This is the Root component that loads other components --> <script lang="ts"> - import Editor from "./components/Editor.svelte"; - import Sidebar from "./Sidebar.svelte"; + import Sidebar from "./components/Sidebar.svelte"; </script> <Sidebar /> -<Editor /> <style global> @tailwind base; |
