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