refactor: Registration component regExp usage & styles

This commit is contained in:
Zack Spear
2023-10-03 17:58:16 -07:00
committed by Zack Spear
parent d943b67270
commit 817f92d398

View File

@@ -7,4 +7,5 @@ export interface RegistrationItemProps {
error?: boolean;
label?: string;
text?: number | string;
warning?: boolean;
}