From b6682d2a7c3b7a46d4e76154e91fd5a910a7ee19 Mon Sep 17 00:00:00 2001 From: Jarda Snajdr Date: Thu, 29 Jun 2023 11:05:02 +0200 Subject: [PATCH] Add init.js module for the Footnotes block --- packages/block-library/src/footnotes/init.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/block-library/src/footnotes/init.js diff --git a/packages/block-library/src/footnotes/init.js b/packages/block-library/src/footnotes/init.js new file mode 100644 index 0000000000000..79f0492c2cb2f --- /dev/null +++ b/packages/block-library/src/footnotes/init.js @@ -0,0 +1,6 @@ +/** + * Internal dependencies + */ +import { init } from './'; + +export default init();