Skip to content

Commit

Permalink
fix(antd/next): remove duplicated exports (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinWongM authored Sep 23, 2021
1 parent ff7e790 commit 2c8cedb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/antd/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export * from './time-picker'
export * from './number-picker'
export * from './switch'
export * from './upload'
export * from './preview-text'
export * from './submit'
export * from './reset'
export * from './editable'
1 change: 0 additions & 1 deletion packages/next/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export * from './time-picker'
export * from './number-picker'
export * from './switch'
export * from './upload'
export * from './preview-text'
export * from './submit'
export * from './reset'
export * from './editable'

0 comments on commit 2c8cedb

Please sign in to comment.