import { FC } from 'react'; import { Card, Container } from 'components'; import { Inner } from 'components/profile'; export const Profile: FC = () => { return ( {}} /> ); };