Doctor Patient Edit Form Update 2

This commit is contained in:
Sir Blob
2025-01-25 14:04:53 -05:00
parent 271aa34dc4
commit a0c1c33bda
3 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import { Label } from '@/components/ui/label';
import { Card, CardHeader, CardContent } from '@/components/ui/card';
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "@/components/ui/collapsible"
import { ChevronDown, ChevronUp } from "lucide-react"
import { ChevronDown } from "lucide-react"
import { PersonForm } from './PatientForm';