[WIP] Add Linksehat Payment Report

This commit is contained in:
R
2023-04-06 05:03:38 +07:00
parent 59e7394d13
commit cca2310f54
20 changed files with 1786 additions and 46 deletions

View File

@@ -5,12 +5,12 @@ import Page from '../../../components/Page';
import useSettings from '../../../hooks/useSettings';
import List from './List';
export default function Doctors() {
export default function Doctor() {
const { themeStretch } = useSettings();
const { id } = useParams();
const pageTitle = 'Live Chat';
const pageTitle = 'Payment';
return (
<Page title={pageTitle}>
<Container maxWidth={themeStretch ? false : 'xl'}>
@@ -22,8 +22,8 @@ export default function Doctors() {
href: '/report',
},
{
name: 'Live Chat',
href: '/report/live-chat',
name: 'Payment',
href: '/report/payment',
},
]}
/>