diff --git a/frontend/src/components/dashboard/WirelessIssues.tsx b/frontend/src/components/dashboard/WirelessIssues.tsx index c6dbb46..ddfeeff 100644 --- a/frontend/src/components/dashboard/WirelessIssues.tsx +++ b/frontend/src/components/dashboard/WirelessIssues.tsx @@ -1,6 +1,6 @@ import { useQuery } from '@tanstack/react-query' import { Wifi, CheckCircle2 } from 'lucide-react' -import { metricsApi, type WirelessIssue } from '@/lib/api' +import { metricsApi } from '@/lib/api' interface WirelessIssuesProps { tenantId: string | null // null = all orgs (super admin)