From c47babe6288a381c8fba1d33d542e2c234e9201e Mon Sep 17 00:00:00 2001 From: Luigi Teschio Date: Wed, 4 Oct 2023 10:57:45 +0200 Subject: [PATCH] Product Gallery: fix 'Block woocommerce/product-gallery-large-image is already registered' error (https://github.com/woocommerce/woocommerce-blocks/pull/11124) --- .../assets/js/blocks/product-gallery/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx b/plugins/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx index 854e150e9f7..edee1129ea8 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx +++ b/plugins/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx @@ -12,7 +12,6 @@ import { Save } from './save'; import metadata from './block.json'; import icon from './icon'; import './style.scss'; -import './inner-blocks/product-gallery-large-image'; import './inner-blocks/product-gallery-large-image-next-previous'; import './inner-blocks/product-gallery-pager'; import './inner-blocks/product-gallery-thumbnails';