diff --git a/src/app/(panels)/suite/patient/dashboard/MedicationTable.jsx b/src/app/(panels)/suite/patient/dashboard/MedicationTable.jsx index 9a6f5ab..62aa57d 100644 --- a/src/app/(panels)/suite/patient/dashboard/MedicationTable.jsx +++ b/src/app/(panels)/suite/patient/dashboard/MedicationTable.jsx @@ -9,10 +9,13 @@ import { TableRow, } from "@/components/ui/table" -export function MedicationTable({medications}) { +import { Card, CardContent } from "@/components/ui/card" + +export function MedicationTable({ medications }) { return ( -