base page title
This commit is contained in:
@@ -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="ایجاد یادگیری جدید"
|
||||
|
||||
Reference in New Issue
Block a user