From 5609bc9c9946061229a8a3ea9b32298a2d8f04b8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GBA0BK8\\Admin" Date: Thu, 6 Apr 2023 20:54:28 -0400 Subject: [PATCH] New pages --- src/App.js | 4 +++ src/components/Footer.js | 15 ++++----- src/pages/FindEv.js | 70 +++++++++++++++++++++++++++++++++++++++ src/pages/FindMobility.js | 70 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 151 insertions(+), 8 deletions(-) create mode 100644 src/pages/FindEv.js create mode 100644 src/pages/FindMobility.js diff --git a/src/App.js b/src/App.js index be75329..2b831b7 100644 --- a/src/App.js +++ b/src/App.js @@ -17,6 +17,8 @@ import Users from './pages/Users'; import Fleet from './pages/Fleet'; import Privacy from './pages/Privacy'; import GetStarted from './pages/GetStarted'; +import FindEv from "./pages/FindEv"; +import FindMobility from "./pages/FindMobility"; @@ -52,6 +54,8 @@ function App() { } /> } /> } /> + } /> + } />