diff --git a/packages/block-library/src/footnotes/init.js b/packages/block-library/src/footnotes/init.js new file mode 100644 index 00000000000000..79f0492c2cb2f8 --- /dev/null +++ b/packages/block-library/src/footnotes/init.js @@ -0,0 +1,6 @@ +/** + * Internal dependencies + */ +import { init } from './'; + +export default init();