Skip to content

Commit

Permalink
forgot about the native exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed May 14, 2021
1 parent 1439dd0 commit 9e393ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export { default as QueryControls } from './query-controls';
export { default as Notice } from './notice';
export { default as NoticeList } from './notice/list';
export { default as RadioControl } from './radio-control';
export { default as UnitControl } from './unit-control';
export { default as UnitControl, useCustomUnits } from './unit-control';
export { default as Disabled } from './disabled';

// Higher-Order Components
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/unit-control/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,5 @@ function UnitControl( {
);
}

export { useCustomUnits } from './utils';
export default memo( withPreferredColorScheme( UnitControl ) );

0 comments on commit 9e393ca

Please sign in to comment.