aboutsummaryrefslogtreecommitdiff
path: root/src/components/App.tsx
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-08 19:23:18 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-08 19:23:18 +0530
commit97d32bb98dd669d6ef934036cbf8d4278de0b481 (patch)
tree9a618b759920fdd8e70a9a6dc5708fbf1c36ad41 /src/components/App.tsx
parent04ef09bba76f8ce3572120c19a3070c45a4af86c (diff)
somehow created a search bar
Diffstat (limited to 'src/components/App.tsx')
-rw-r--r--src/components/App.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/App.tsx b/src/components/App.tsx
index f7e0348..40b38f4 100644
--- a/src/components/App.tsx
+++ b/src/components/App.tsx
@@ -12,9 +12,11 @@ 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"}>