Skip to content

Commit

Permalink
fix(connectors): export connectRange as well
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed Oct 25, 2017
1 parent 9b1b7ee commit 0b78d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connectors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export {
export {
default as connectRangeSlider,
} from './range-slider/connectRangeSlider.js';
export { default as connectRange } from './range/connectRange.js';
export {
default as connectRefinementList,
} from './refinement-list/connectRefinementList.js';
Expand Down

0 comments on commit 0b78d75

Please sign in to comment.