signup fix

This commit is contained in:
Timur Ercan
2022-12-06 19:28:19 +01:00
parent e8f9d5846a
commit 15947ed4c2

View File

@ -0,0 +1,3 @@
export default function SignupPage() {
return <>This is the signup page.</>;
}