Co-authored-by: Niels Lange <info@nielslange.de>
This commit is contained in:
Hritik Chaudhary 2023-05-28 13:41:28 +05:30 committed by GitHub
parent fdf81f6088
commit edab9c00ab
1 changed files with 0 additions and 6 deletions

View File

@ -2,7 +2,6 @@
* External dependencies
*/
import { useState, useEffect } from '@wordpress/element';
import PropTypes from 'prop-types';
import type { HTMLElementEvent } from '@woocommerce/types';
/**
@ -40,9 +39,4 @@ const ProductListContainer = ( {
);
};
ProductListContainer.propTypes = {
attributes: PropTypes.object.isRequired,
hideOutOfStockItems: PropTypes.bool,
};
export default ProductListContainer;