Files
prowler/ui/components/providers/forms/index.ts
Alejandro Bailo a3aef18cfe feat: Mutelist implementation (#8190)
Co-authored-by: Víctor Fernández Poyatos <victor@prowler.com>
Co-authored-by: Drew Kerrigan <drew@prowler.com>
2025-07-09 08:15:23 +02:00

4 lines
132 B
TypeScript

export * from "./delete-form";
export * from "./edit-form";
export { MutedFindingsConfigForm } from "./muted-findings-config-form";