import React from 'react' import { Table } from '../..' import { CircleIconButton, Flex, FlexItem } from '../../' const TableIconButtons = () => { return (
{'Column 1'} {'Column 2'} {'Column 3'} {'Column 4'} {''}
{'Value 1'} {'Value 2'} {'Value 3'} {'Value 4'}
{'Value 1'} {'Value 2'} {'Value 3'} {'Value 4'}
{'Value 1'} {'Value 2'} {'Value 3'} {'Value 4'}
) } export default TableIconButtons