We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c164cd commit b9885d2Copy full SHA for b9885d2
frontend/src/routes/signup.tsx
@@ -49,7 +49,7 @@ interface UserRegisterForm extends UserRegister {
49
* It also displays links for existing users to log in.
50
* @returns {JSX.Element} The rendered sign-up form.
51
*/
52
-function SignUp(): JSX.Element {
+export function SignUp(): JSX.Element {
53
const { signUpMutation } = useAuth()
54
const {
55
register,
0 commit comments