Skip to content

Commit b9885d2

Browse files
committed
refactor: signup.tsx
1 parent 7c164cd commit b9885d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/signup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ interface UserRegisterForm extends UserRegister {
4949
* It also displays links for existing users to log in.
5050
* @returns {JSX.Element} The rendered sign-up form.
5151
*/
52-
function SignUp(): JSX.Element {
52+
export function SignUp(): JSX.Element {
5353
const { signUpMutation } = useAuth()
5454
const {
5555
register,

0 commit comments

Comments
 (0)