@@ -3,6 +3,9 @@
<router-view/>
</template>
+
<script setup>
import Navbar from './components/Navbar.vue';
</script>