fix: remove unused import causing TypeScript error

This commit is contained in:
Pulse Monitor
2025-09-03 13:46:15 +00:00
parent 0b20c1b9f5
commit b8b791c5ce
@@ -3,7 +3,6 @@ import type { VM, Container, Node } from '@/types/api';
import { GuestRow } from './GuestRow';
import { useWebSocket } from '@/App';
import { getAlertStyles } from '@/utils/alerts';
import { getNodeColor } from '@/utils/nodeColors';
import { createTooltipSystem } from '@/components/shared/Tooltip';
import { ComponentErrorBoundary } from '@/components/ErrorBoundary';
import { ScrollableTable } from '@/components/shared/ScrollableTable';