Skip to content

Commit

Permalink
Change Default Export Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
casesandberg committed Mar 9, 2017
1 parent e64f334 commit befb042
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { default as AlphaPicker } from './components/alpha/Alpha'
export { default as BlockPicker } from './components/block/Block'
export { default as CirclePicker } from './components/circle/Circle'
export { default as ChromePicker } from './components/chrome/Chrome'
export default, { default as ChromePicker } from './components/chrome/Chrome'
export { default as CompactPicker } from './components/compact/Compact'
export { default as GithubPicker } from './components/github/Github'
export { default as HuePicker } from './components/hue/Hue'
Expand All @@ -13,5 +13,3 @@ export { default as SwatchesPicker } from './components/swatches/Swatches'
export { default as TwitterPicker } from './components/twitter/Twitter'

export { default as CustomPicker } from './components/common/ColorWrap'

export default from './components/chrome/Chrome'

0 comments on commit befb042

Please sign in to comment.