Skip to content

Commit

Permalink
build : Added NavBar component to template
Browse files Browse the repository at this point in the history
  • Loading branch information
eracksonsouza committed Sep 13, 2024
1 parent 29fdec8 commit 95a6bac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Layout/Header/Header.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts"></script>
<script setup >
import NavBar from "./NavBar.vue";
</script>

<template>
<header class="layout container min-w-full">
Header
</header>
<NavBar />
</template>

0 comments on commit 95a6bac

Please sign in to comment.