const TableContainer = ({title, children}) => { return (
{children}
) }