fix(WEB): EmployeeForm toast 중복 import 제거

- sonner의 toast가 6번, 21번 줄에서 중복 import되어 빌드 실패
- 21번 줄의 중복 import 제거하여 빌드 오류 해결
This commit is contained in:
2025-12-30 18:06:54 +09:00
parent bf558a0243
commit 7b917fcbcd

View File

@@ -18,7 +18,6 @@ import {
SelectValue,
} from '@/components/ui/select';
import { Users, Plus, Trash2, ArrowLeft, Save, Settings, Camera, Edit } from 'lucide-react';
import { toast } from 'sonner';
import { RadioGroup, RadioGroupItem } from '@/components/ui/radio-group';
import { FieldSettingsDialog } from './FieldSettingsDialog';
import type {