Skip to content

Commit

Permalink
Export PositionAtSelection in same way we export other @wordpress/com…
Browse files Browse the repository at this point in the history
…ponents
  • Loading branch information
noisysocks committed Feb 18, 2019
1 parent b60bd4a commit d03c77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export { default as PanelHeader } from './panel/header';
export { default as PanelRow } from './panel/row';
export { default as Placeholder } from './placeholder';
export { default as Popover } from './popover';
export { PositionedAtSelection } from './positioned-at-selection';
export { default as PositionedAtSelection } from './positioned-at-selection';
export { default as QueryControls } from './query-controls';
export { default as RadioControl } from './radio-control';
export { default as RangeControl } from './range-control';
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/positioned-at-selection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function getCurrentCaretPositionStyle() {
*
* @type {WPComponent}
*/
export class PositionedAtSelection extends Component {
export default class PositionedAtSelection extends Component {
constructor() {
super( ...arguments );

Expand Down

0 comments on commit d03c77f

Please sign in to comment.