Skip to content

Commit

Permalink
fix(link): Add ChevronLink and ButtonLink to the bundle
Browse files Browse the repository at this point in the history
We only included Link in v0.21.0 release. Forgot to include the other variations.
  • Loading branch information
ryanoglesby08 committed Aug 29, 2017
1 parent 206824a commit 7c91374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import './scss/global.scss'

export { default as Button } from './components/Button/Button'
export { default as ButtonLink } from './components/Link/ButtonLink/ButtonLink'
export { default as Card } from './old-components/Card/Card'
export { default as ChevronLink } from './components/Link/ChevronLink/ChevronLink'
export { default as ExpandCollapse } from './old-components/ExpandCollapse/ExpandCollapse'
export { default as Grid } from './old-components/Grid/Grid'
export { default as Icon } from './old-components/Icon/Icon'
Expand Down

0 comments on commit 7c91374

Please sign in to comment.