import styles from './styles'; import { Table } from './'; export default function Html(props) { return (
  {props.children}  
); }