fix(frontend): Add missing RefreshCw import to PlatformSettings

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 <noreply@anthropic.com>
This commit is contained in:
poduck
2025-12-01 20:58:44 -05:00
parent ee6cf2b802
commit 8038f67183

View File

@@ -25,6 +25,7 @@ import {
Users, Users,
ExternalLink, ExternalLink,
Mail, Mail,
RefreshCw,
} from 'lucide-react'; } from 'lucide-react';
import { import {
usePlatformSettings, usePlatformSettings,