change design dashboards all page and search clinics
This commit is contained in:
@@ -5,6 +5,7 @@ import TrashB from "@/components/icons/TrashB";
|
||||
import { Button, TableCell, TableRow } from "@mui/material";
|
||||
import Head from "../../components/Head";
|
||||
import AddBtn from "../../components/AddBtn";
|
||||
import UpdateBtn from "../../components/UpdateBtn";
|
||||
|
||||
function Allergies({ data }) {
|
||||
const tableHead = ["ردیف", "ماده آلرژیزا", "واکنش", "شدت", ""];
|
||||
@@ -13,6 +14,7 @@ function Allergies({ data }) {
|
||||
return (
|
||||
<div>
|
||||
<Head text="لیست آلرژی ها">
|
||||
<UpdateBtn />
|
||||
<AddBtn />
|
||||
</Head>
|
||||
<CustomTable
|
||||
|
||||
Reference in New Issue
Block a user