File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ export { default as removeCartItem } from './cart/removeCartItem'
55export { default as cart } from './cart'
66export { default as fetchWithGraphQl } from './fetchWithGraphQl'
77export { default as product } from './product'
8+ export { default as productSuggestions } from './product/productSuggestions'
89export { default as routes } from './routes'
910export { default as session } from './session'
1011export { default as signIn } from './session/signIn'
1112export { default as signOut } from './session/signOut'
1213export { default as signUp } from './session/signUp'
1314export { default as subcategory } from './subcategory'
1415export { default as search } from './search'
16+ export { default as searchSuggestions } from './search/searchSuggestions'
1517
1618export { default } from './types/Connector'
You can’t perform that action at this time.
0 commit comments