diff --git a/frontend/src/components/calendar/CalendarDetail.tsx b/frontend/src/components/calendar/CalendarDetail.tsx index bdf31fa..38cd040 100644 --- a/frontend/src/components/calendar/CalendarDetail.tsx +++ b/frontend/src/components/calendar/CalendarDetail.tsx @@ -20,6 +20,7 @@ import { } from '@/api/calendar'; import { Button } from '@/components/ui/Button'; import { Input } from '@/components/ui/Input'; +import { Calendar as CalendarIcon, Pencil, Trash2, X } from 'lucide-react'; function formatDate(dateStr: string | null | undefined): string { if (!dateStr) return '-'; @@ -139,9 +140,7 @@ export function CalendarDetail({ className="flex flex-col items-center justify-center h-full p-6 text-center" data-testid="calendar-detail-empty" > - +