diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 1b5f229..a09a8a2 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -12,6 +12,7 @@ import { loadContentAndSetStores } from "./lib/functions/fetch/loadContentAndSetStores" import { loadNavigationAndSetStores } from "./lib/functions/fetch/loadNavigationAndSetStores" import { loadLibraryAndSetStore } from "./lib/functions/fetch/loadLibraryAndSetStores" + import SsrSkip from "./lib/components/SsrSkip.svelte" export let url = "" @@ -62,6 +63,7 @@ +