From 4b5c1d304d32aebd917d5ca7ca9fc21be677fb1c Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 11 Dec 2023 19:03:20 +0100 Subject: [PATCH] :lipstick: setup layout for site Co-authored-by: haraldnilsen --- frontend/src/routes/+layout.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 9f9dd9e..c5e5316 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -5,4 +5,6 @@ export let data: LayoutData; - \ No newline at end of file +
+ +
\ No newline at end of file