// @flow import React from 'react'; import { Table, TBody, TR, TD } from 'oy-vey'; import { fonts } from '../../../shared/styles/constants'; type Props = { children: React$Element<*>, }; export default (props: Props) => (