import styled from 'styled-components'; import TableComponent from './components/TableComponent'; import { tableStyle } from './style'; const Table = styled(TableComponent)` ${tableStyle} `; export default Table;