4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export const Profile = () => {
|
|
return <p>Look, A user profile!</p>
|
|
}
|