diff --git a/ui/src/App.svelte b/ui/src/App.svelte index 6b47a4d..3260efb 100644 --- a/ui/src/App.svelte +++ b/ui/src/App.svelte @@ -6,6 +6,7 @@ import Home from "./views/Home.svelte"; import Browse from "./views/Browse.svelte"; import Search from "./views/Search.svelte"; + import DropAdd from "./components/DropAdd.svelte"; const history = createHistory(createHashSource()); @@ -33,6 +34,8 @@