Skip to content

Commit

Permalink
Add export for the new snacks component (#301)
Browse files Browse the repository at this point in the history
* Add export for the new snacks component

* Tests
  • Loading branch information
michalDob authored Dec 20, 2018
1 parent 9068354 commit c13446d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/ensureExports.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const expectedExports = [
'CircleButton',
'Radio',
'Checkbox',
'Switch',
'Icon',
'SVGIcon',
'Link',
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Button from './components/Buttons/Button'
import CircleButton from './components/Buttons/CircleButton'
import Radio from './components/Buttons/Radio'
import Checkbox from './components/Buttons/Checkbox'
import Switch from './components/Buttons/Switch'
import Column from './components/Grid/Column'
import GlobalTheme from './styles/GlobalTheme'
import Grid from './components/Grid/Grid'
Expand Down Expand Up @@ -89,6 +90,7 @@ export {
CircleButton,
Radio,
Checkbox,
Switch,
Icon,
SVGIcon,
Link,
Expand Down

0 comments on commit c13446d

Please sign in to comment.