Files
prowler/ui/components/scans/table/index.ts
2026-05-28 19:20:39 +02:00

12 lines
264 B
TypeScript

export {
AccountCell,
ProgressCell,
ResourceCountCell,
ScanInfoCell,
ScheduleCell,
} from "./cells";
export * from "./scan-jobs-columns";
export * from "./scan-jobs-row-actions";
export * from "./scan-jobs-table";
export * from "./skeleton-table-scans";