From 1a0fd92e0fc5572515bbba5dec2e6d64221cf226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Otgaar?= Date: Wed, 8 Oct 2025 16:49:44 +0200 Subject: [PATCH] chore: complete merging with functionality ref: N25B-142 additional comments: The reload from CB doesn't work yet. --- src/App.tsx | 11 +++++++++++ src/pages/Home/Home.tsx | 1 + 2 files changed, 12 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 22be116..78c273f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,7 @@ import './App.css' import TemplatePage from './pages/TemplatePage/Template.tsx' import Home from './pages/Home/Home.tsx' import Robot from './pages/Robot/Robot.tsx'; +import ConnectedRobots from './pages/ConnectedRobots/ConnectedRobots.tsx' function App(){ @@ -27,6 +28,16 @@ function App(){ } /> } /> } /> + + } + /> diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index cb70de0..0c811ac 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -13,6 +13,7 @@ function Home() {
Robot Interaction → Template → + Connected Robots →
)