Skip to content

Commit

Permalink
Merge pull request #3526 from ffxsam/subheader-in-index
Browse files Browse the repository at this point in the history
[Subheader] Add import / export to src/index.js
  • Loading branch information
alitaheri committed Feb 29, 2016
2 parents e79cd47 + fcf1e3d commit b0ca301
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 @@ -45,6 +45,7 @@ import Ripples from './ripples';
import SelectField from './select-field';
import SelectableContainerEnhance from './hoc/selectable-enhance';
import Slider from './slider';
import Subheader from './Subheader';
import SvgIcon from './svg-icon';
import Styles from './styles';
import Snackbar from './snackbar';
Expand Down Expand Up @@ -114,6 +115,7 @@ export {Ripples};
export {SelectField};
export {SelectableContainerEnhance};
export {Slider};
export {Subheader};
export {SvgIcon};
export {Styles};
export {Snackbar};
Expand Down

0 comments on commit b0ca301

Please sign in to comment.