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