From eee2b6a912fa884651c92c2516bfef03991cc90b Mon Sep 17 00:00:00 2001 From: Sir Blob <76974209+GamerBoss101@users.noreply.github.com> Date: Sat, 25 Jan 2025 17:42:56 -0500 Subject: [PATCH] add table card --- .../suite/patient/dashboard/MedicationTable.jsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 ( -