From 423d619335385e3e348d13434651c780cec4bbd1 Mon Sep 17 00:00:00 2001 From: Sir Blob <76974209+GamerBoss101@users.noreply.github.com> Date: Sun, 26 Jan 2025 07:23:36 -0500 Subject: [PATCH 1/3] wfef --- src/app/(panels)/suite/doctor/patients/page.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/(panels)/suite/doctor/patients/page.jsx b/src/app/(panels)/suite/doctor/patients/page.jsx index 202f8fa..2b83194 100644 --- a/src/app/(panels)/suite/doctor/patients/page.jsx +++ b/src/app/(panels)/suite/doctor/patients/page.jsx @@ -13,7 +13,6 @@ import { Button } from "@/components/ui/button"; import { ChevronDown } from "lucide-react"; import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "@/components/ui/collapsible"; import { PersonForm } from "./PatientForm"; -import { Card } from "@/components/ui/card"; import { faker } from "@faker-js/faker"; From ef3bc397051ac8cd9db1d6a14a9186cec7e90c7b Mon Sep 17 00:00:00 2001 From: Sir Blob <76974209+GamerBoss101@users.noreply.github.com> Date: Sun, 26 Jan 2025 07:23:49 -0500 Subject: [PATCH 2/3] wfacF --- src/app/(panels)/suite/doctor/patients/page.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/(panels)/suite/doctor/patients/page.jsx b/src/app/(panels)/suite/doctor/patients/page.jsx index 2b83194..3143076 100644 --- a/src/app/(panels)/suite/doctor/patients/page.jsx +++ b/src/app/(panels)/suite/doctor/patients/page.jsx @@ -7,7 +7,6 @@ import { useRouter } from "next/navigation"; import axios from "axios"; import { useUser } from "@clerk/nextjs"; -import { CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { ChevronDown } from "lucide-react"; From 1b2d0eaa0b6cc0c98aea680597e9a76d8da0785d Mon Sep 17 00:00:00 2001 From: Sir Blob <76974209+GamerBoss101@users.noreply.github.com> Date: Sun, 26 Jan 2025 07:33:47 -0500 Subject: [PATCH 3/3] Css update --- .../(panels)/suite/doctor/patients/page.jsx | 48 +++++++++---------- 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/src/app/(panels)/suite/doctor/patients/page.jsx b/src/app/(panels)/suite/doctor/patients/page.jsx index 3143076..1912cdc 100644 --- a/src/app/(panels)/suite/doctor/patients/page.jsx +++ b/src/app/(panels)/suite/doctor/patients/page.jsx @@ -70,32 +70,28 @@ export default function PatientsDOC() {
Age: {patient.age}
-Last Checkup: {new Date(patient.lastCheckup).toLocaleDateString()}
-Age: {patient.age}
+Last Checkup: {new Date(patient.lastCheckup).toLocaleDateString()}
+