diff --git a/src/App.jsx b/src/App.jsx
index e4ff9a4..6e87a3b 100755
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -7,6 +7,7 @@ import Settings from './pages/Settings';
import Security from './pages/Security';
import Connectivity from './pages/Connectivity';
import OCPPCommunication from './pages/OCPPCommunication';
+import ElectricalNetwork from './pages/ElectricalNetwork';
const App = () => {
return (
@@ -18,6 +19,7 @@ const App = () => {