Skip to content

Commit

Permalink
do the camel (#29979)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath authored Mar 19, 2021
1 parent 44c284d commit 89cde90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import * as navigation from './navigation';
import * as navigationLink from './navigation-link';
import * as latestComments from './latest-comments';
import * as latestPosts from './latest-posts';
import * as loginOut from './loginout';
import * as logInOut from './loginout';
import * as list from './list';
import * as missing from './missing';
import * as more from './more';
Expand Down Expand Up @@ -228,7 +228,7 @@ export const __experimentalRegisterExperimentalCoreBlocks =
queryPaginationNext,
queryPaginationNumbers,
queryPaginationPrevious,
loginOut,
logInOut,
postTitle,
postContent,
postAuthor,
Expand Down

0 comments on commit 89cde90

Please sign in to comment.