/** @jsx jsx */ import { jsx } from "@emotion/core"; import { Box, css } from "@chakra-ui/core"; export const TableBody = ({ children, ...props }) => ( {children} );