We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52613b commit 1d29f5dCopy full SHA for 1d29f5d
frontend/src/views/app/Browse.vue
@@ -1,7 +1,6 @@
1
<template>
2
<!-- eslint-disable max-len -->
3
<div class="mx-4 sm:mx-16 lg:mx-32">
4
- <NavBar v-bind:currentRoute="'Browse'"></NavBar>
5
<section class="mx-auto">
6
<Recommendations
7
v-if="recommendationsAnalysisDone"
@@ -15,14 +14,12 @@
15
14
<script>
16
/* eslint-disable max-len */
17
18
-import NavBar from '@/components/shared/NavBar.vue';
19
import Recommendations from '@/components/app/recommendations/Recommendations.vue';
20
21
export default {
22
name: 'Browse',
23
props: ['recommendationsFromSettingUp'],
24
components: {
25
- NavBar,
26
Recommendations,
27
},
28
data: () => ({
0 commit comments