diff --git a/ui/actions/lighthouse/index.ts b/ui/actions/lighthouse/index.ts index 290e617ae7..1a874ac7e6 100644 --- a/ui/actions/lighthouse/index.ts +++ b/ui/actions/lighthouse/index.ts @@ -1,4 +1,4 @@ -export * from "./checks"; -export * from "./complianceframeworks"; +// export * from "./checks"; +// export * from "./complianceframeworks"; export * from "./compliances"; export * from "./lighthouse";