chore: complete merging with functionality

ref: N25B-142

additional comments: The reload from CB doesn't work yet.
This commit is contained in:
Björn Otgaar
2025-10-08 16:49:44 +02:00
parent 60b925e4e7
commit 1a0fd92e0f
2 changed files with 12 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ function Home() {
<div className={styles.links}>
<Link to={"/robot"}>Robot Interaction </Link>
<Link to={"/template"}>Template </Link>
<Link to={"/ConnectedRobots"}>Connected Robots </Link>
</div>
</div>
)