diff --git a/frontend/src/components/aura/VisitorCheckIn.tsx b/frontend/src/components/aura/VisitorCheckIn.tsx index bbbb099..dd1aa05 100644 --- a/frontend/src/components/aura/VisitorCheckIn.tsx +++ b/frontend/src/components/aura/VisitorCheckIn.tsx @@ -13,7 +13,8 @@ import { Shield, Trash2, Loader2, - AlertTriangle + AlertTriangle, + ChevronDown } from "lucide-react"; import { visitorsApi } from "@/lib/visitorsApi"; @@ -349,8 +350,11 @@ const VisitorCheckIn = ({ onBack, onSuccess }: VisitorCheckInProps) => { {/* Visitor Type Selector */}