From 6354c56c8255bc784f5f65a6c52bf4e70320181f Mon Sep 17 00:00:00 2001 From: Jonatan Witoszek Date: Wed, 29 Jan 2025 16:53:40 +0100 Subject: [PATCH] Add missing export --- src/handlers/actions/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/handlers/actions/index.ts b/src/handlers/actions/index.ts index c74e02b8..d3329543 100644 --- a/src/handlers/actions/index.ts +++ b/src/handlers/actions/index.ts @@ -1 +1,2 @@ +export * from "./manifest-action-handler" export * from "./register-action-handler";