@shopgate/engage
Version:
Shopgate's ENGAGE library.
4 lines • 513 B
JavaScript
import{hot}from'react-hot-loader/root';import*as React from'react';import StoreListProduct from"./StoreListProduct";import StoreListSearch from"./StoreListSearch";import StoreListLocations from"./StoreListLocations";/**
* Renders the store list.
* @returns {JSX}
*/var StoreList=function StoreList(){return React.createElement(React.Fragment,null,React.createElement(StoreListProduct,null),React.createElement(StoreListSearch,null),React.createElement(StoreListLocations,null));};export default hot(StoreList);