Files
auth-remote-react/src/features/auth/ui/RegisterForm/RegisterForm.tsx

6 lines
82 B
TypeScript

export function RegisterForm() {
return (
<form>Register Form</form>
);
}