| @@ -1,4 +1,3 @@ | |||
| /*eslint-disable*/ | |||
| import React, { useEffect } from 'react'; | |||
| import { | |||
| Paper, | |||
| @@ -8,7 +7,7 @@ import { | |||
| Divider, | |||
| TablePagination, | |||
| } from '@mui/material'; | |||
| import { useTranslation } from 'react-i18next'; | |||
| // import { useTranslation } from 'react-i18next'; | |||
| import { useDispatch, useSelector, batch } from 'react-redux'; | |||
| import { | |||
| itemsSelector, | |||
| @@ -24,7 +23,7 @@ import { | |||
| const PagingSortingFilteringExample = () => { | |||
| const dispatch = useDispatch(); | |||
| const { t } = useTranslation(); | |||
| // const { t } = useTranslation(); | |||
| const items = useSelector(itemsSelector); | |||
| const currentPage = useSelector(pageSelector); | |||
| const itemsPerPage = useSelector(itemsPerPageSelector); | |||