learning crud

This commit is contained in:
hamid zarghami
2026-02-22 14:34:22 +03:30
parent 5208e9e51a
commit 69a8bbc779
7 changed files with 60 additions and 293 deletions
-3
View File
@@ -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)