diff --git a/examples/material-UI-components/src/App.js b/examples/material-UI-components/src/App.js index c11912f..af7a48f 100644 --- a/examples/material-UI-components/src/App.js +++ b/examples/material-UI-components/src/App.js @@ -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,