Skip to content

Commit

Permalink
fix(select): add select component to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
w0wka91 committed Jun 13, 2019
1 parent e84c82d commit f059acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Radio from './components/radio/Radio'
import Icon from './components/icon/Icon'
import Calendar from './components/calendar/Calendar'
import Normalize from './components/normalize/Normalize'
import Select from './components/select/Select'
import { colors } from './utils/colors'
import { shadows } from './utils/shadows'
import { sizes } from './utils/sizes'
Expand All @@ -25,6 +26,7 @@ export {
Radio,
Calendar,
Normalize,
Select,
colors,
shadows,
sizes,
Expand Down

0 comments on commit f059acf

Please sign in to comment.