complete reset password page - change input component - create combobox component
This commit is contained in:
@@ -4,6 +4,7 @@ import App from "../App";
|
||||
import { Login } from "../pages/auth/login";
|
||||
import { ForgotPassword } from "../pages/auth/forgot-password";
|
||||
import { Register } from "../pages/auth/register";
|
||||
import { ResetPassword } from "../pages/auth/reset-password";
|
||||
|
||||
export const router = createBrowserRouter([
|
||||
{
|
||||
@@ -25,7 +26,11 @@ export const router = createBrowserRouter([
|
||||
{
|
||||
path: "register",
|
||||
element: <Register />
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "reset-password",
|
||||
element: <ResetPassword />
|
||||
},
|
||||
]
|
||||
}
|
||||
])
|
||||
Reference in New Issue
Block a user