mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 01:23:33 +00:00
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 />,
|
||||
},
|
||||
{
|
||||
path: '/device-health-check',
|
||||
path: '/device-health-check-onboarding',
|
||||
element: <DeviceHealthCheck />,
|
||||
},
|
||||
{
|
||||
path: '/devices-health-check',
|
||||
path: '/device-health-check',
|
||||
element: <DevicesHealthCheck />,
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user