add analytics page for tests conducted
- add robot.txt entry - fix graph render with new set of actions
This commit is contained in:
@@ -8,6 +8,7 @@ import './index.css';
|
||||
import App from './App';
|
||||
import reportWebVitals from './reportWebVitals';
|
||||
import Devices from './components/Devices';
|
||||
import TestAnalytics from './components/TestAnalytics';
|
||||
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
@@ -21,6 +22,10 @@ const router = createBrowserRouter([
|
||||
{
|
||||
path: "/insights",
|
||||
element: <Devices />,
|
||||
},
|
||||
{
|
||||
path: "/analytics",
|
||||
element: <TestAnalytics />,
|
||||
}
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user