Skip to content

Commit ad8884b

Browse files
committed
Refactor App component imports by removing unused HelpCircle icon from lucide-react. This cleanup improves code maintainability and reduces bundle size.
1 parent 4d285a2 commit ad8884b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { GettingStartedResumeBanner } from './components/onboarding/GettingStart
1818
import { DashboardAlertsDropdown } from './components/dashboard/DashboardAlertsDropdown';
1919
import { TopBarActivityIndicators } from './components/TopBarActivityIndicators';
2020
import { isDemoMode } from './demo/isDemo';
21-
import { Map, HelpCircle, Bot } from 'lucide-react';
21+
import { Map, Bot } from 'lucide-react';
2222
import { parseAppUrlState, replaceAppUrlState, type AppUrlState } from './utils/appUrlState';
2323
import { HelpAssistantChat } from './components/help/HelpAssistantChat';
2424

0 commit comments

Comments
 (0)