We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7850b3 commit 0ae5978Copy full SHA for 0ae5978
apps/web/src/components/sidebar.tsx
@@ -8,7 +8,7 @@ import { checkToolState, InvalidTokenError } from '@/lib/tinybird';
8
import { TOOLS, type AppGridItem, type ToolState } from '@/lib/constants';
9
import { SectionHeader } from '@/components/section-header';
10
import { ScrollArea } from '@/components/ui/scroll-area';
11
-import { MessageSquare, HardDriveDownload, Settings, ChevronRight, ChevronLeft, Menu, LayoutDashboard, Download, Plus } from 'lucide-react';
+import { MessageSquare, HardDriveDownload, Settings, ChevronRight, ChevronLeft, Menu, LayoutDashboard, Plus } from 'lucide-react';
12
import { Button } from '@/components/ui/button';
13
import { Sheet, SheetContent, SheetTrigger, SheetTitle } from '@/components/ui/sheet';
14
import Image from 'next/image';
0 commit comments