import React from 'react'; export const UserNav: React.FC = () => { return (
User avatar
John Doe
john@example.com
); };