From 9365eaf3da4bf1686fafb25b8a4895605fa86788 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Fri, 16 May 2025 11:58:32 +0200 Subject: [PATCH] fix: fix import for ProviderType --- ui/components/resources/table/resource-detail.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";