import { Card, Avatar, Typography, Descriptions } from 'antd'; import { UserOutlined } from '@ant-design/icons'; const { Title } = Typography; const Profile = () => { return (
} /> John Doe
johndoe john@example.com Administrator Active 2023-10-25
); }; export default Profile;