Skip to content

Commit

Permalink
export Pill component (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brantron authored Aug 27, 2018
1 parent e0ed440 commit 9283c69
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
Expand Up @@ -11,6 +11,7 @@ import Icon from './components/Icon/Icon'
import SVGIcon from './components/SVGIcon/SVGIcon'
import Link from './components/Link/Link'
import LoadingBox from './components/Loading/LoadingBox'
import Pill from './components/Pill/Pill'
import NavigationPill from './components/NavigationPills/NavigationPill'
import NavigationPills from './components/NavigationPills/NavigationPills'
import Normalize from './styles/Normalize'
Expand Down Expand Up @@ -78,6 +79,7 @@ export {
Slide,

// components
Pill,
Tooltip,
Button,
CircleButton,
Expand Down

1 comment on commit 9283c69

@mmarcuccio
Copy link
Collaborator

@mmarcuccio mmarcuccio commented on 9283c69 Aug 27, 2018

Choose a reason for hiding this comment

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

This fixed #215

Please sign in to comment.