Skip to content
Snippets Groups Projects
Commit 710c41c3 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

chore: rename Header to Navbar

parent 42c78ff7
No related branches found
No related tags found
No related merge requests found
<template>
<div id="app" :key="locale" class="tw-flex tw-flex-col tw-min-h-screen">
<app-header :modules="modules" :user="user" />
<app-navbar :modules="modules" :user="user" />
<div v-if="user.steeringUser !== null" class="tw-flex-1 tw-flex tw-my-8">
<router-view :modules="modules" :user="user" />
......@@ -15,7 +15,7 @@
</template>
<script setup>
import AppHeader from './components/Header.vue'
import AppNavbar from './components/Navbar.vue'
import AppFooter from './components/Footer.vue'
import Home from './Pages/Home.vue'
import { useStore } from 'vuex'
......
File moved
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