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