base page title

This commit is contained in:
hamid zarghami
2025-10-15 12:29:37 +03:30
parent 48d79ac3cb
commit 587a2f30b1
99 changed files with 1280 additions and 673 deletions
+2
View File
@@ -4,6 +4,7 @@ import { useGetLearning } from './hooks/useSellerData'
import type { Learning as LearningType } from './types/Types'
import PageLoading from '../../components/PageLoading'
import Error from '../../components/Error'
import PageTitle from '../../components/PageTitle'
import Td from '../../components/Td'
import Button from '@/components/Button'
import LearningTableRow from './components/LearningTableRow'
@@ -42,6 +43,7 @@ const Learning: FC = () => {
return (
<div>
<PageTitle />
<div className='flex justify-end mt-5'>
<Button
label="ایجاد یادگیری جدید"