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:
@@ -25,6 +25,7 @@ import {
|
|||||||
Users,
|
Users,
|
||||||
ExternalLink,
|
ExternalLink,
|
||||||
Mail,
|
Mail,
|
||||||
|
RefreshCw,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import {
|
import {
|
||||||
usePlatformSettings,
|
usePlatformSettings,
|
||||||
|
|||||||
Reference in New Issue
Block a user