From 0936af5529bf3fe82ac619ee01632c4cdb98c54d Mon Sep 17 00:00:00 2001 From: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:14:16 -0700 Subject: [PATCH] Linting Fix --- .../js/blocks/product-collection/collections/related-to.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/related-to.tsx b/plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/related-to.tsx index 3c38767c81d..aecf3aff62b 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/related-to.tsx +++ b/plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/related-to.tsx @@ -9,7 +9,7 @@ import { Icon, loop } from '@wordpress/icons'; * Internal dependencies */ import { INNER_BLOCKS_PRODUCT_TEMPLATE } from '../constants'; -import { CoreCollectionNames, CoreFilterNames, LayoutOptions } from '../types'; +import { CoreCollectionNames, LayoutOptions } from '../types'; const collection = { name: CoreCollectionNames.RELATED_TO,