Wire /signup route to redirect component
cgen-f0b36cac822f45a2980b638b448b4bc7
This commit is contained in:
parent
fb5a9905ed
commit
5b56a122ef
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ import Explore from "./pages/Explore";
|
|||
import ResetPassword from "./pages/ResetPassword";
|
||||
import { Navigate } from "react-router-dom";
|
||||
import FourOhFourPage from "./pages/404";
|
||||
import SignupRedirect from "./pages/SignupRedirect";
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue