fix(WEB): EmployeeForm toast 중복 import 제거
- sonner의 toast가 6번, 21번 줄에서 중복 import되어 빌드 실패 - 21번 줄의 중복 import 제거하여 빌드 오류 해결
This commit is contained in:
@@ -18,7 +18,6 @@ import {
|
|||||||
SelectValue,
|
SelectValue,
|
||||||
} from '@/components/ui/select';
|
} from '@/components/ui/select';
|
||||||
import { Users, Plus, Trash2, ArrowLeft, Save, Settings, Camera, Edit } from 'lucide-react';
|
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 { RadioGroup, RadioGroupItem } from '@/components/ui/radio-group';
|
||||||
import { FieldSettingsDialog } from './FieldSettingsDialog';
|
import { FieldSettingsDialog } from './FieldSettingsDialog';
|
||||||
import type {
|
import type {
|
||||||
|
|||||||
Reference in New Issue
Block a user