progress feature/laboratorium-result

This commit is contained in:
korospace
2023-10-27 18:09:27 +07:00
parent 08cf8b5c9b
commit b6095f1301
12 changed files with 547 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
* Core
* ============================================
*/
import { useEffect, useState } from "react";
import { Box, Paper, TableContainer, Table, TableHead, TableRow, TableCell, TableBody } from "@mui/material";
/**

View File

@@ -31,7 +31,7 @@ export default function DailyMonitoring() {
href: '/dashboard',
},
{
name: 'Daily Monitoring',
name: pageTitle,
href: '/case_management/daily_monitoring',
},
]}