Skip to content

Commit 5f2f865

Browse files
Claudehotlong
andauthored
Remove unused imports in UnifiedSidebar.tsx
- Remove unused Button import from @object-ui/components - Remove unused Plus and Grid3x3 imports from lucide-react - Fixes TypeScript TS6133 errors in CI build Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 7b53dfd commit 5f2f865

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/console/src/components/UnifiedSidebar.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ import {
4040
AvatarImage,
4141
AvatarFallback,
4242
useSidebar,
43-
Button,
4443
} from '@object-ui/components';
4544
import {
4645
ChevronsUpDown,
47-
Plus,
4846
Settings,
4947
LogOut,
5048
Database,
@@ -55,7 +53,6 @@ import {
5553
Pencil,
5654
ChevronRight,
5755
Home,
58-
Grid3x3,
5956
HelpCircle,
6057
ArrowLeft,
6158
Layers,

0 commit comments

Comments
 (0)