import * as React from 'react'; type Props = {}; export default ({}: Props) => (
{'Alex Mihailov'}
);