@shopgate/engage
Version:
Shopgate's ENGAGE library.
14 lines (13 loc) • 550 B
JavaScript
import * as React from 'react';
import StoreListProduct from "./StoreListProduct";
import StoreListSearch from "./StoreListSearch";
import StoreListLocations from "./StoreListLocations";
/**
* Renders the store list.
* @returns {JSX}
*/
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
const StoreList = () => /*#__PURE__*/_jsxs(_Fragment, {
children: [/*#__PURE__*/_jsx(StoreListProduct, {}), /*#__PURE__*/_jsx(StoreListSearch, {}), /*#__PURE__*/_jsx(StoreListLocations, {})]
});
export default StoreList;