/** * @flow * @file Function to render the date table cell * @author Box */ import React from 'react'; import Date from './Date'; export default () => ({ dataKey, rowData }: { dataKey: string, rowData: BoxItem }) => ( );