Remove unneeded imports in RecommendedChannelsList.

This commit is contained in:
Gan Eng Chin 2022-12-20 02:29:42 +08:00
parent 08661353eb
commit 33998743d6
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
1 changed files with 0 additions and 2 deletions

View File

@ -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 >;