7 lines
No EOL
90 B
TypeScript
7 lines
No EOL
90 B
TypeScript
export default function UserForm() {
|
|
return (
|
|
<div>
|
|
UserForm
|
|
</div>
|
|
);
|
|
} |