From e5eefcd352684bbad89ef0374e9ce9c8ca6c82f1 Mon Sep 17 00:00:00 2001 From: Damiano Plebani Date: Fri, 29 Nov 2024 17:22:00 +0100 Subject: [PATCH] Remove export of `BlockButtons` --- src/components/layout/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 21392ebf..69a4f3ff 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -1,4 +1,3 @@ -export * from "./BlockButtons"; export * from "./FooterActions"; export * from "./FooterActionsInline"; export * from "./FooterWithButtons";