feat: added VisProgPage to linked pages in Home.tsx and App.tsx

BREAKING: renamed Sidebar to DndToolbar.

ref: N25B-114
This commit is contained in:
JGerla
2025-10-12 13:56:06 +02:00
parent cf77267e95
commit 5cbcf30f68
2 changed files with 3 additions and 0 deletions

View File

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