diff --git a/ui/components/resources/table/column-resources.tsx b/ui/components/resources/table/column-resources.tsx index 585a184c43..9c8a5c6927 100644 --- a/ui/components/resources/table/column-resources.tsx +++ b/ui/components/resources/table/column-resources.tsx @@ -101,7 +101,7 @@ export const ColumnResources: ColumnDef[] = [ <>

{count} diff --git a/ui/components/resources/table/resource-detail.tsx b/ui/components/resources/table/resource-detail.tsx index 18be5b1976..ee57e1ffec 100644 --- a/ui/components/resources/table/resource-detail.tsx +++ b/ui/components/resources/table/resource-detail.tsx @@ -82,17 +82,18 @@ export const ResourceDetail = ({ diff --git a/ui/types/index.ts b/ui/types/index.ts index 4307efd3ed..4148f21f46 100644 --- a/ui/types/index.ts +++ b/ui/types/index.ts @@ -3,5 +3,5 @@ export * from "./components"; export * from "./filters"; export * from "./formSchemas"; export * from "./providers"; -export * from "./scans"; export * from "./resources"; +export * from "./scans";