From d89cb3cced4e56d3936bc76a513e2750ccc2c4fd Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 4 Jun 2025 11:52:14 +0200 Subject: [PATCH] fix: comment not found modules --- ui/actions/lighthouse/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";