diff --git a/client/src/App.jsx b/client/src/App.jsx index 6b66704..c206606 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -11,7 +11,7 @@ import { SpeedInsights } from "@vercel/speed-insights/react"; import Notifcation from "./components/NotifcationPage/Notifcation"; import Footer from "./components/Footer"; import Settings from "./components/Settings/Setting"; - +import About from "./components/About/About"; function App() { return ( @@ -25,11 +25,12 @@ function App() { } /> } /> } /> - } /> + } /> + } /> -