const Block = ( { children }: { children: JSX.Element } ): JSX.Element => {
	return <div className="wc-block-mini-cart__items">{ children }</div>;
};

export default Block;
