From 8038f671837912b871f0c446ba25180801c1dfcf Mon Sep 17 00:00:00 2001 From: poduck Date: Mon, 1 Dec 2025 20:58:44 -0500 Subject: [PATCH] fix(frontend): Add missing RefreshCw import to PlatformSettings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Tiers & Pricing tab was crashing with "RefreshCw is not defined" because the icon was used but not imported from lucide-react. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/src/pages/platform/PlatformSettings.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/platform/PlatformSettings.tsx b/frontend/src/pages/platform/PlatformSettings.tsx index 909b01d..12e6e5a 100644 --- a/frontend/src/pages/platform/PlatformSettings.tsx +++ b/frontend/src/pages/platform/PlatformSettings.tsx @@ -25,6 +25,7 @@ import { Users, ExternalLink, Mail, + RefreshCw, } from 'lucide-react'; import { usePlatformSettings,