feat: can go to a skeleton monitoringpage
ref: N25B-398
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import styles from './MonitoringPage.module.css'
|
||||
|
||||
export default function ExperimentDashboard() {
|
||||
export default function MonitoringPage() {
|
||||
return (
|
||||
<div className="dashboard-container">
|
||||
<header className="experiment-overview">
|
||||
|
||||
Reference in New Issue
Block a user