import React from 'react'; function ProfileCard() { return (
User Profile
John Doe
@johndoe
); } export default ProfileCard;