diff --git a/Client/src/App.jsx b/Client/src/App.jsx index 22313a50b..fbbc583ad 100644 --- a/Client/src/App.jsx +++ b/Client/src/App.jsx @@ -33,7 +33,7 @@ function App() { const AdminCheckedRegister = withAdminCheck(Register); const MonitorsWithAdminProp = withAdminProp(Monitors); const DetailsWithAdminProp = withAdminProp(Details); - + const PageSpeedWithAdminProp = withAdminProp(PageSpeed); return ( <> @@ -98,7 +98,7 @@ function App() { /> } + element={} />