aboutsummaryrefslogtreecommitdiff
path: root/src/components/App.tsx
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-29 10:28:10 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-29 10:28:10 +0530
commit12fa58555681257384150383b4e83c572d19fec9 (patch)
tree43821b58a0305ec34edceede4c393b0d9d50b2a2 /src/components/App.tsx
parent97d32bb98dd669d6ef934036cbf8d4278de0b481 (diff)
Moved submit button to SummaryDisplay
Diffstat (limited to 'src/components/App.tsx')
-rw-r--r--src/components/App.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/App.tsx b/src/components/App.tsx
index 40b38f4..f7e0348 100644
--- a/src/components/App.tsx
+++ b/src/components/App.tsx
@@ -12,11 +12,9 @@ import { BrowserRouter, Route, Switch } from "react-router-dom";
import Header from "./Header/Header";
import HomePage from "./Pages/HomePage";
import BillingPage from "./Pages/BillingPage";
-import SearchBar from "./Util/SearchBar";
const App: React.FC = () => (
<>
- <SearchBar/>
<BrowserRouter>
<Header/>
<div className={"root-content"}>