This commit is contained in:
Tanner Linsley
2019-12-04 22:47:06 -05:00
@@ -15,7 +15,6 @@ function Table({ columns, data }) {
// Use the state and functions returned from useTable to build your UI
const {
getTableProps,
getTableHeaderProps,
headerGroups,
rows,
prepareRow,