feat: can go to a skeleton monitoringpage

ref: N25B-398
This commit is contained in:
Tuurminator69
2026-01-03 21:59:51 +01:00
parent 7a89b0aedd
commit e53e1a3958
3 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ 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>
)