diff --git a/src/App.tsx b/src/App.tsx index 9ff7473..75d423d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,7 +7,6 @@ import ConnectedRobots from './pages/ConnectedRobots/ConnectedRobots.tsx' import VisProg from "./pages/VisProgPage/VisProg.tsx"; import {useState} from "react"; import Logging from "./components/Logging/Logging.tsx"; -import MonitoringPage from './pages/MonitoringPage/MonitoringPage.tsx' function App(){ const [showLogs, setShowLogs] = useState(false); @@ -26,7 +25,6 @@ function App(){ } /> } /> } /> - } /> {showLogs && } diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index 491c62f..c998e25 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -23,7 +23,6 @@ function Home() { Editor → Template → Connected Robots → - MonitoringPage → )