Skip to content
Snippets Groups Projects
Commit e4c342a3 authored by Titus Netland's avatar Titus Netland
Browse files

Navbar view added

parent da8b2a17
No related branches found
No related tags found
1 merge request!23Navbar
Pipeline #176514 failed
<template>
<div>
<NavbarComponent></NavbarComponent>
</div>
</template>
<script>
import NavbarComponent from "@/components/NavbarComponent";
export default {
name: "NavBarView",
components:{
NavbarComponent,
},
}
</script>
<style scoped>
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment