Remove unneeded imports in RecommendedChannelsList.
This commit is contained in:
parent
08661353eb
commit
33998743d6
|
@ -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 >;
|
||||
|
|
Loading…
Reference in New Issue