mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
export default function SignupPage() {
|
|
return <>This is the signup page.</>;
|
|
}
|