feat: removed the temporary access to MP from Home

ref: N25B-398
This commit is contained in:
Tuurminator69
2026-01-05 17:41:36 +01:00
parent 9601f56ea9
commit 0fefefe7f0
2 changed files with 0 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ function Home() {
<Link to={"/editor"}>Editor </Link>
<Link to={"/template"}>Template </Link>
<Link to={"/ConnectedRobots"}>Connected Robots </Link>
<Link to={"/MonitoringPage"}>MonitoringPage </Link>
</div>
</div>
)