Skip to content

Commit

Permalink
Add init modules to details and post-time-to-read blocks (WordPress#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr authored and sethrubenstein committed Jul 13, 2023
1 parent ca4eef3 commit 6e3762e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/details/init.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Internal dependencies
*/
import { init } from './';

export default init();
6 changes: 6 additions & 0 deletions packages/block-library/src/post-time-to-read/init.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Internal dependencies
*/
import { init } from './';

export default init();

0 comments on commit 6e3762e

Please sign in to comment.