code cleanup

This commit is contained in:
mengstabketemaw
2026-06-05 14:38:39 +03:00
parent 78c7d08d82
commit 4a4e82f6b0
10 changed files with 75 additions and 216 deletions

View File

@@ -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> },