From 0b39fc78e1bd67fabd9899a4d7730edc1f681fdc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 13:59:04 +0000 Subject: [PATCH] Update workspace/bender/22823937-fd3e-4ba7-90fe-98082de32967/src/utils/resolve-icon.tsx --- .../src/utils/resolve-icon.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/bender/22823937-fd3e-4ba7-90fe-98082de32967/src/utils/resolve-icon.tsx b/workspace/bender/22823937-fd3e-4ba7-90fe-98082de32967/src/utils/resolve-icon.tsx index 627d2f3..26baf00 100644 --- a/workspace/bender/22823937-fd3e-4ba7-90fe-98082de32967/src/utils/resolve-icon.tsx +++ b/workspace/bender/22823937-fd3e-4ba7-90fe-98082de32967/src/utils/resolve-icon.tsx @@ -1,5 +1,6 @@ import { LucideIcon, icons } from 'lucide-react'; +// eslint-disable-next-line react-refresh/only-export-components export function resolveIcon(iconName: string): LucideIcon | null { const IconComponent = icons[iconName as keyof typeof icons]; if (IconComponent) { -- 2.49.1