Skip to content

Commit 6f1a6d5

Browse files
committed
home use shared navbar
1 parent 1d29f5d commit 6f1a6d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/views/Home.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<!-- eslint-disable max-len -->
33
<!-- eslint-disable no-trailing-spaces -->
44
<div class="home mx-4">
5-
<NavBar></NavBar>
65

76
<section class="shadow-lg mb-8 h-full flex rounded-lg">
87
<div class="intro bg-white-matcha rounded-lg w-full md:w-2/3
@@ -56,13 +55,12 @@ flex flex-col justify-center md:rounded-tr-none md:rounded-br-none">
5655
</template>
5756

5857
<script>
59-
import NavBar from '@/components/shared/NavBar.vue';
58+
6059
import Footer from '@/components/shared/Footer.vue';
6160
6261
export default {
6362
name: 'Home',
6463
components: {
65-
NavBar,
6664
Footer,
6765
},
6866
};

0 commit comments

Comments
 (0)