import * as React from 'react'; import Avatar from './elements/Avatar'; import Contacts from './elements/Contacts'; import Description from './elements/Description'; import Title from './elements/Title'; type Props = {}; export default ({}: Props) => (
<Description /> <Contacts /> </div> );