File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 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
2726<script >
2827/* eslint-disable max-len */
2928
30- import NavBar from ' @/components/shared/NavBar.vue' ;
3129import HistoryRecommendations from ' @/components/app/recommendations/HistoryRecommendations.vue' ;
3230import DropdownDisplayChoiceHistory from ' @/components/shared/DropdownDisplayChoiceHistory.vue' ;
3331
3432export default {
3533 name: ' History' ,
3634 props: [' recommendationsFromSettingUp' ],
3735 components: {
38- NavBar,
3936 HistoryRecommendations,
4037 DropdownDisplayChoiceHistory,
4138 },
You can’t perform that action at this time.
0 commit comments