Skip to content

Commit

Permalink
fix(emotion): add missing Box
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 26, 2019
1 parent 76137a2 commit e5234b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/emotion/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { cx } from './cx'
export { jsx } from './jsx'
export { createGlobalStyle } from './createGlobalStyle'
export { styled as default } from './styled'
export * from './Box'
export {
withEmotionCache,
CacheProvider,
Expand Down

0 comments on commit e5234b1

Please sign in to comment.