fix(app): urls for device health check pages
This commit is contained in:
parent
f38238fc05
commit
6ff9a87694
|
@ -57,11 +57,11 @@ const router = createBrowserRouter([
|
||||||
element: <LandingPage />,
|
element: <LandingPage />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/device-health-check',
|
path: '/device-health-check-onboarding',
|
||||||
element: <DeviceHealthCheck />,
|
element: <DeviceHealthCheck />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/devices-health-check',
|
path: '/device-health-check',
|
||||||
element: <DevicesHealthCheck />,
|
element: <DevicesHealthCheck />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue