File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 143
143
"bundlesize" : [
144
144
{
145
145
"path" : " ./dist/instantsearch.production.min.js" ,
146
- "maxSize" : " 66.50 kB"
146
+ "maxSize" : " 67.00 kB"
147
147
},
148
148
{
149
149
"path" : " ./dist/instantsearch.development.js" ,
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ export { default as EXPERIMENTAL_connectConfigureRelatedItems } from './configur
24
24
export { default as connectAutocomplete } from './autocomplete/connectAutocomplete' ;
25
25
export { default as connectQueryRules } from './query-rules/connectQueryRules' ;
26
26
export { default as connectVoiceSearch } from './voice-search/connectVoiceSearch' ;
27
+ export { default as connectSmartSort } from './smart-sort/connectSmartSort' ;
Original file line number Diff line number Diff line change @@ -28,3 +28,4 @@ export { default as queryRuleCustomData } from './query-rule-custom-data/query-r
28
28
export { default as queryRuleContext } from './query-rule-context/query-rule-context' ;
29
29
export { default as index } from './index/index' ;
30
30
export { default as places } from './places/places' ;
31
+ export { default as smartSort } from './smart-sort/smart-sort' ;
You can’t perform that action at this time.
0 commit comments