Skip to content

Commit

Permalink
fixed block-editor component index to export ButtonBlockAppender corr…
Browse files Browse the repository at this point in the history
…ectly (WordPress#25885)
  • Loading branch information
gaavar committed Dec 14, 2020
1 parent 8d5fd89 commit a4778a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export { default as __experimentalBlockNavigationTree } from './block-navigation
export { default as __experimentalBlockVariationPicker } from './block-variation-picker';
export { default as __experimentalBlockVariationTransforms } from './block-variation-transforms';
export { default as BlockVerticalAlignmentToolbar } from './block-vertical-alignment-toolbar';
export { default as ButtonBlockerAppender } from './button-block-appender';
export { default as ButtonBlockAppender } from './button-block-appender';
export { default as ColorPalette } from './color-palette';
export { default as ColorPaletteControl } from './color-palette/control';
export { default as ContrastChecker } from './contrast-checker';
Expand Down

0 comments on commit a4778a5

Please sign in to comment.