Add navbar component

This commit is contained in:
2026-05-06 20:23:27 +02:00
parent 2593b65baf
commit 06e3601d70
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
<script setup>
import Navbar from './features/nav/components/Navbar.vue';
</script>
<template>
<Navbar />
<router-view />
</template>