From cc9ad433f2339ee00b560a59c6f2c6c1bc72099c Mon Sep 17 00:00:00 2001 From: Haileyesus Date: Mon, 23 Feb 2026 11:38:42 +0300 Subject: [PATCH] chore: remove unused imports --- src/components/git-panel/view/modals/ConfirmActionModal.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/git-panel/view/modals/ConfirmActionModal.tsx b/src/components/git-panel/view/modals/ConfirmActionModal.tsx index 21e3a8d..fff1eb4 100644 --- a/src/components/git-panel/view/modals/ConfirmActionModal.tsx +++ b/src/components/git-panel/view/modals/ConfirmActionModal.tsx @@ -1,8 +1,7 @@ -import { AlertTriangle, Check, Download, Trash2, Upload } from 'lucide-react'; +import { Check, Download, Trash2, Upload } from 'lucide-react'; import { CONFIRMATION_ACTION_LABELS, CONFIRMATION_BUTTON_CLASSES, - CONFIRMATION_ICON_CLASSES, CONFIRMATION_ICON_CONTAINER_CLASSES, CONFIRMATION_TITLES, } from '../../constants/constants';