Move useNewCampaignTypes to shared hooks directory.
This commit is contained in:
parent
51a5a18448
commit
e13112875b
|
@ -1,3 +1,4 @@
|
|||
export { useInstalledPlugins } from './useInstalledPlugins';
|
||||
export { useRegisteredChannels } from './useRegisteredChannels';
|
||||
export { useRecommendedChannels } from './useRecommendedChannels';
|
||||
export { useNewCampaignTypes } from './useNewCampaignTypes';
|
||||
|
|
|
@ -18,9 +18,8 @@ import classnames from 'classnames';
|
|||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
import { useRecommendedChannels } from '~/marketing/hooks';
|
||||
import { useRecommendedChannels, useNewCampaignTypes } from '~/marketing/hooks';
|
||||
import { SmartPluginCardBody } from '~/marketing/components';
|
||||
import { useNewCampaignTypes } from './useNewCampaignTypes';
|
||||
import './CreateNewCampaignModal.scss';
|
||||
|
||||
const isExternalURL = ( url: string ) =>
|
||||
|
|
Loading…
Reference in New Issue