fix: remove unused StatusBadge import in GlobalEvents.tsx

This commit is contained in:
Celes Renata
2026-04-14 19:53:40 +00:00
parent 4e191957b4
commit 2a96c8338b
+1 -1
View File
@@ -2,7 +2,7 @@ import { useState } from 'react';
import { useNavigate } from '@tanstack/react-router';
import { useGlobalEvents } from '../api/hooks';
import { DataTable, type Column } from '../components/DataTable';
import { StatusBadge, LoadingSpinner } from '../components/ui';
import { LoadingSpinner } from '../components/ui';
import type { GlobalEvent } from '../api/hooks';
const SEVERITIES = ['low', 'moderate', 'high', 'critical'];