base page title
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { type FC, useState } from 'react'
|
||||
import PageTitle from '../../components/PageTitle'
|
||||
import { useGetContactUs } from './hooks/useContactUsData';
|
||||
import { type ContactUsItem } from './types';
|
||||
import PageLoading from '../../components/PageLoading';
|
||||
@@ -35,6 +36,7 @@ const ContactUsList: FC = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<PageTitle />
|
||||
<div className='relative overflow-x-auto rounded-3xl mt-5 w-full'>
|
||||
<table className='w-full text-sm'>
|
||||
<thead className='thead'>
|
||||
|
||||
Reference in New Issue
Block a user