Skip to content

Commit 7bddad2

Browse files
committed
history route use shared navbar
1 parent 9eeb117 commit 7bddad2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/views/app/History.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="'History'"></NavBar>
54
<section class="mx-auto mt-4">
65
<div class="flex items-center justify-center md:justify-start w-full mb-4">
76
<h1
@@ -27,15 +26,13 @@
2726
<script>
2827
/* eslint-disable max-len */
2928
30-
import NavBar from '@/components/shared/NavBar.vue';
3129
import HistoryRecommendations from '@/components/app/recommendations/HistoryRecommendations.vue';
3230
import DropdownDisplayChoiceHistory from '@/components/shared/DropdownDisplayChoiceHistory.vue';
3331
3432
export default {
3533
name: 'History',
3634
props: ['recommendationsFromSettingUp'],
3735
components: {
38-
NavBar,
3936
HistoryRecommendations,
4037
DropdownDisplayChoiceHistory,
4138
},

0 commit comments

Comments
 (0)