This commit is contained in:
R
2023-03-01 12:07:03 +07:00
parent ce0fde18dc
commit 89cd2a9d37
36 changed files with 1366 additions and 206 deletions

View File

@@ -14,6 +14,7 @@ import { Input } from '@mui/material';
//sections
import TableList from '@/sections/dashboard/TableList';
import { fDate } from '@/utils/formatTime';
import DialogDetailClaim from '@/components/dialogs/DialogDetailClaim';
// ----------------------------------------------------------------------
@@ -96,6 +97,7 @@ export default function Dashboard() {
</Grid>
</Grid>
</Container>
</Page>
);
}