From 148bcf5f42f06e12895f8012a81c13305bf6296b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Baumg=C3=A4rtner?= Date: Thu, 4 Jan 2024 18:28:16 +0100 Subject: [PATCH] created navigation component --- src/components/Navigation.svelte | 69 ++++++++++++++++++++++++++++++++ src/routes/+layout.svelte | 5 ++- 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 src/components/Navigation.svelte diff --git a/src/components/Navigation.svelte b/src/components/Navigation.svelte new file mode 100644 index 0000000..a5d73b5 --- /dev/null +++ b/src/components/Navigation.svelte @@ -0,0 +1,69 @@ + + +
+ +
+ + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index cda818e..a68854f 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,5 +1,8 @@ - \ No newline at end of file + + + \ No newline at end of file