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 →
)