base page title
This commit is contained in:
@@ -3,6 +3,7 @@ import { useSearchParams } from 'react-router-dom'
|
||||
import PageLoading from '../../components/PageLoading'
|
||||
import Error from '../../components/Error'
|
||||
import PaginationUi from '../../components/PaginationUi'
|
||||
import PageTitle from '../../components/PageTitle'
|
||||
import Td from '../../components/Td'
|
||||
import { Eye } from 'iconsax-react'
|
||||
import { Link } from 'react-router-dom'
|
||||
@@ -105,6 +106,7 @@ const Native: FC = () => {
|
||||
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<PageTitle />
|
||||
<h1 className="text-2xl font-bold">{getStatusLabel(status)}</h1>
|
||||
|
||||
<div className='relative overflow-x-auto rounded-3xl bg-white shadow-sm'>
|
||||
|
||||
Reference in New Issue
Block a user