mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
code cleanup
This commit is contained in:
@@ -61,7 +61,7 @@ const router = createBrowserRouter([
|
||||
),
|
||||
children: [
|
||||
{ path: '/login', element: <Login /> },
|
||||
{ path: '/set-password', element: <SetPasswordPage /> },
|
||||
{ path: '/otp-verify', element: <SetPasswordPage /> },
|
||||
],
|
||||
},
|
||||
{ path: '/404', element: <div>Page not found</div> },
|
||||
|
||||
Reference in New Issue
Block a user