fix(ci): устранить ошибки eslint, блокировавшие CI
Refs EventHub/EventHubFrontAdmin#32 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -49,7 +49,8 @@ import {
|
||||
DropdownMenuTrigger,
|
||||
} from '@/components/ui/dropdown-menu';
|
||||
import { ErrorBoundary } from '@/components/ErrorBoundary';
|
||||
import { CommandPalette, useCommandPaletteHotkey } from '@/components/CommandPalette';
|
||||
import { CommandPalette } from '@/components/CommandPalette';
|
||||
import { useCommandPaletteHotkey } from '@/hooks/useCommandPaletteHotkey';
|
||||
import { HeaderNodeMetrics } from '@/components/HeaderNodeMetrics';
|
||||
|
||||
const navIconByKey: Record<string, React.ComponentType<{ className?: string }>> = {
|
||||
|
||||
Reference in New Issue
Block a user