Skip to content

Commit

Permalink
move block declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Feb 1, 2022
1 parent a3afead commit 611ce71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export const __experimentalGetCoreBlocks = () => [
queryPaginationNumbers,
queryPaginationPrevious,
postComments,
readMore,
logInOut,
termDescription,
queryTitle,
Expand Down Expand Up @@ -273,6 +272,7 @@ export const __experimentalRegisterExperimentalCoreBlocks = process.env
postCommentsCount,
postCommentsForm,
postCommentsLink,
readMore,
]
: [] ),
].forEach( registerBlock );
Expand Down

0 comments on commit 611ce71

Please sign in to comment.