feat(SW-360): include signup form as a dynamic content

This commit is contained in:
Chuma McPhoy
2024-10-01 09:15:50 +02:00
parent 4c1dca0ce8
commit 9ee53fd94a
8 changed files with 106 additions and 92 deletions

View File

@@ -0,0 +1,5 @@
export type RegisterFormProps = {
link?: { href: string; text: string }
subtitle: string
title: string
}