From 06e3601d7040318f99868dc2fb0b34806fc40b79 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 6 May 2026 20:23:27 +0200 Subject: [PATCH] Add navbar component --- src/App.vue | 6 ++++++ src/features/nav/components/Navbar.vue | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 src/features/nav/components/Navbar.vue diff --git a/src/App.vue b/src/App.vue index 5e1bb62..f387197 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,3 +1,9 @@ + + diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue new file mode 100644 index 0000000..40879ad --- /dev/null +++ b/src/features/nav/components/Navbar.vue @@ -0,0 +1,7 @@ + \ No newline at end of file