+
+
+ Showing search results for `{term}`
+
+
+
+
+
+
diff --git a/modules/gui/src/routes/+layout.svelte b/modules/gui/src/routes/+layout.svelte
index 9ebd22d..0afed1e 100644
--- a/modules/gui/src/routes/+layout.svelte
+++ b/modules/gui/src/routes/+layout.svelte
@@ -6,6 +6,7 @@
import FooterLinks from '$components/FooterLinks/FooterLinks.svelte';
import { backLink as backLinkStore } from '$libs/stores';
+ import SearchResults from '$components/SearchResults/SearchResults.svelte';
let view: HTMLElement;
@@ -36,6 +37,7 @@