Skip to content

Commit

Permalink
LPS-135400 Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
interaminense authored and jpince committed Sep 13, 2021
1 parent d209ed3 commit 8576715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
export {default as AddToCart} from './add_to_cart/entry';
export {default as AddToWishList} from './add_to_wish_list/entry';
export {default as Autocomplete} from './autocomplete/entry';
export {default as Autocomplete2} from './autocomplete/Autocomplete';
export {default as AutocompletePureComponent} from './autocomplete/Autocomplete';
export {default as DropdownMenu} from './dropdown/entry';
export {default as Gallery} from './gallery/entry';
export {default as ItemFinder} from './item_finder/entry';
Expand Down
Expand Up @@ -17,6 +17,7 @@ export default {
'AddToCart',
'AddToWishList',
'Autocomplete',
'AutocompletePureComponent',
'DropdownMenu',
'Gallery',
'ItemFinder',
Expand Down

0 comments on commit 8576715

Please sign in to comment.