diff --git a/ui/components/resources/table/resource-detail.tsx b/ui/components/resources/table/resource-detail.tsx index 624c780b0f..710df9290d 100644 --- a/ui/components/resources/table/resource-detail.tsx +++ b/ui/components/resources/table/resource-detail.tsx @@ -7,10 +7,9 @@ import { DateWithTime, getProviderLogo, InfoField, - ProviderType, } from "@/components/ui/entities"; import { SeverityBadge, StatusFindingBadge } from "@/components/ui/table"; -import { ResourceApiResponse, ResourceProps } from "@/types"; +import { ProviderType, ResourceApiResponse, ResourceProps } from "@/types"; import { SkeletonFindingSummary } from "../skeleton/skeleton-finding-summary";