import { memo } from '@wordpress/element'; const Shop = (props) => { const { className, ...otherProps } = props; return ( ); }; export default memo(Shop);