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 =" 'Search'" ></NavBar >
54 <section v-if =" recommendationsAnalysisDone" class =" mx-auto" >
65 <div class =" sort-button rounded-md text-lg lg:text-2xl w-24 ml-auto" v-on:click =" searchAgain()" >
76 <h1 class =" noSelect capitalize" >←</h1 >
6362
6463<script >
6564/* eslint-disable max-len */
66- import NavBar from ' @/components/shared/NavBar.vue' ;
6765import FilterSlider from ' @/components/shared/FilterSlider.vue' ;
6866import MultipleFilters from ' @/components/shared/MultipleFilters.vue' ;
6967import Recommendations from ' @/components/app/recommendations/Recommendations.vue' ;
@@ -72,7 +70,6 @@ export default {
7270 name: ' Search' ,
7371 components: {
7472 MultipleFilters,
75- NavBar,
7673 FilterSlider,
7774 Recommendations,
7875 },
You can’t perform that action at this time.
0 commit comments