fix: remove unused WirelessIssue type import
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user