From 33998743d6cd4c11371f0bde87babb0c59242e73 Mon Sep 17 00:00:00 2001 From: Gan Eng Chin Date: Tue, 20 Dec 2022 02:29:42 +0800 Subject: [PATCH] Remove unneeded imports in RecommendedChannelsList. --- .../overview-multichannel/Channels/RecommendedChannelsList.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/woocommerce-admin/client/marketing/overview-multichannel/Channels/RecommendedChannelsList.tsx b/plugins/woocommerce-admin/client/marketing/overview-multichannel/Channels/RecommendedChannelsList.tsx index d88bef12f29..85c6269676a 100644 --- a/plugins/woocommerce-admin/client/marketing/overview-multichannel/Channels/RecommendedChannelsList.tsx +++ b/plugins/woocommerce-admin/client/marketing/overview-multichannel/Channels/RecommendedChannelsList.tsx @@ -2,7 +2,6 @@ * External dependencies */ import { Fragment } from '@wordpress/element'; -import { __ } from '@wordpress/i18n'; import { CardDivider } from '@wordpress/components'; /** @@ -10,7 +9,6 @@ import { CardDivider } from '@wordpress/components'; */ import { SmartPluginCardBody } from '~/marketing/components'; import { RecommendedChannel } from '~/marketing/types'; -import './Channels.scss'; type RecommendedChannelListPropsType = { recommendedChannels: Array< RecommendedChannel >;