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.
2 parents 085d9fb + d18fde6 commit 192d759Copy full SHA for 192d759
2 files changed
apps/console/src/components/ObjectView.tsx
@@ -20,7 +20,7 @@ import type { ViewTabItem } from '@object-ui/plugin-view';
20
import '@object-ui/plugin-grid';
21
import '@object-ui/plugin-kanban';
22
import '@object-ui/plugin-calendar';
23
-import { cn, Button, Empty, EmptyTitle, EmptyDescription, NavigationOverlay, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, DropdownMenuSeparator } from '@object-ui/components';
+import { Button, Empty, EmptyTitle, EmptyDescription, NavigationOverlay, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, DropdownMenuSeparator } from '@object-ui/components';
24
import { Plus, Table as TableIcon, Settings2, MoreVertical, Wrench, KanbanSquare, Calendar, LayoutGrid, Activity, GanttChart, MapPin, BarChart3 } from 'lucide-react';
25
import type { ListViewSchema, ViewNavigationConfig } from '@object-ui/types';
26
import { MetadataToggle, MetadataPanel, useMetadataInspector } from './MetadataInspector';
0 commit comments