mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
fix: remove unused import causing TypeScript error
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user