redesign search panel
This commit is contained in:
@@ -6,9 +6,7 @@ import "./App.scss";
|
||||
import TopBar from "./components/TopBar";
|
||||
import Notifier from "./components/Notifier";
|
||||
import AppBackdrop from "./components/Output/AppBackdrop";
|
||||
import LogoMain from "./components/Output/logoMain";
|
||||
import Footer from "./components/Output/Footer";
|
||||
import SearchPanel from "./components/Input/SearchPanel";
|
||||
import SearchResults from "./components/Output/SearchResults";
|
||||
import Restaurant from "./components/Output/Restaurant";
|
||||
import Dialogs from "./components/Dialogs";
|
||||
@@ -63,8 +61,6 @@ function App(props) {
|
||||
<HomeScreen/>
|
||||
</Route>
|
||||
<Route path="/results">
|
||||
<LogoMain />
|
||||
<SearchPanel />
|
||||
<SearchResults />
|
||||
</Route>
|
||||
<Route path="/restaurant/:id">
|
||||
|
||||
Reference in New Issue
Block a user