diff --git a/src/App.jsx b/src/App.jsx index 6e87a3b..8297244 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,7 +6,7 @@ import Dashboard from './pages/Dashboard'; import Settings from './pages/Settings'; import Security from './pages/Security'; import Connectivity from './pages/Connectivity'; -import OCPPCommunication from './pages/OCPPCommunication'; +import OCPP from './pages/OCPP'; import ElectricalNetwork from './pages/ElectricalNetwork'; const App = () => { @@ -18,7 +18,7 @@ const App = () => { } /> } /> } /> - } /> + } /> } /> diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index e7f240c..ade3574 100755 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -13,14 +13,13 @@ const Navbar = () => {