// @flow import * as React from 'react'; import { Table, TBody, TR, TD } from 'oy-vey'; import EmptySpace from './EmptySpace'; export default () => { return (
Outline
); };