Skip to content

Commit 9fa10da

Browse files
committed
removed unused import
1 parent 99dd501 commit 9fa10da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/config/SSOSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, D
99
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select';
1010
import { apiRequest, showErrorToast } from '@/lib/utils';
1111
import { toast } from 'sonner';
12-
import { Plus, Trash2, ExternalLink, Loader2, AlertCircle, Copy, Shield, Info } from 'lucide-react';
12+
import { Plus, Trash2, ExternalLink, Loader2, AlertCircle, Shield, Info } from 'lucide-react';
1313
import { Separator } from '@/components/ui/separator';
1414
import { Skeleton } from '../ui/skeleton';
1515
import { Badge } from '../ui/badge';

0 commit comments

Comments
 (0)