Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: 修复 remax/one 组件导出缺少 Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
cuzfinal authored and hehex9 committed Jun 8, 2020
1 parent 5f3b260 commit b8dd1f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remax-one/src/hostComponents/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export { default as Input } from './Input';
export * from './Input';
export { default as Label } from './Label';
export * from './Label';
export { default as Navigator } from './Navigator';
export * from './Navigator';
export { default as Text } from './Text';
export * from './Text';
export { default as Textarea } from './Textarea';
Expand Down

1 comment on commit b8dd1f5

@vercel
Copy link

@vercel vercel bot commented on b8dd1f5 Jun 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.