learning crud
This commit is contained in:
@@ -9,9 +9,6 @@ import { type LearningItemType } from './hooks/useLearningData'
|
||||
import Table from '../../components/Table'
|
||||
import { type ColumnType } from '../../components/types/TableTypes'
|
||||
const LearningList: FC = () => {
|
||||
|
||||
// const { t } = useTranslation('global')
|
||||
// const t = (key: string) => key; // Mock translation function - not needed anymore
|
||||
const [page, setPage] = useState<number>(1)
|
||||
const getLearning = useGetLearning(page)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user