fix: remove unused WirelessIssue type import

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-15 20:09:56 -05:00
parent 7a563fecd2
commit 24cf57d2ca

View File

@@ -1,6 +1,6 @@
import { useQuery } from '@tanstack/react-query' import { useQuery } from '@tanstack/react-query'
import { Wifi, CheckCircle2 } from 'lucide-react' import { Wifi, CheckCircle2 } from 'lucide-react'
import { metricsApi, type WirelessIssue } from '@/lib/api' import { metricsApi } from '@/lib/api'
interface WirelessIssuesProps { interface WirelessIssuesProps {
tenantId: string | null // null = all orgs (super admin) tenantId: string | null // null = all orgs (super admin)