Skip to content

Commit 1d29f5d

Browse files
committed
browse use shared navbar
1 parent a52613b commit 1d29f5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/views/app/Browse.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<!-- eslint-disable max-len -->
33
<div class="mx-4 sm:mx-16 lg:mx-32">
4-
<NavBar v-bind:currentRoute="'Browse'"></NavBar>
54
<section class="mx-auto">
65
<Recommendations
76
v-if="recommendationsAnalysisDone"
@@ -15,14 +14,12 @@
1514
<script>
1615
/* eslint-disable max-len */
1716
18-
import NavBar from '@/components/shared/NavBar.vue';
1917
import Recommendations from '@/components/app/recommendations/Recommendations.vue';
2018
2119
export default {
2220
name: 'Browse',
2321
props: ['recommendationsFromSettingUp'],
2422
components: {
25-
NavBar,
2623
Recommendations,
2724
},
2825
data: () => ({

0 commit comments

Comments
 (0)