From 6dca16a73012fafc02cf4ef8f51379233d0f4757 Mon Sep 17 00:00:00 2001 From: AayushSahani01 Date: Thu, 31 Jul 2025 10:40:26 +0530 Subject: [PATCH 1/5] add to Topbar.jsx --- client/src/App.jsx | 2 + client/src/components/TopBar.jsx | 88 ++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 client/src/components/TopBar.jsx diff --git a/client/src/App.jsx b/client/src/App.jsx index de2fd80..9efb2c8 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -1,6 +1,7 @@ import Header from "./components/Header"; import Home from "./pages/Home"; import Footer from "./components/Footer"; +import OnTopBar from "./components/TopBar"; function App() { return ( @@ -8,6 +9,7 @@ function App() {