Fix file name for useInstalledPluginsWithoutChannels.
This commit is contained in:
parent
e281c09bc6
commit
7395d6939c
|
@ -1,5 +1,5 @@
|
|||
export { useIntroductionBanner } from './useIntroductionBanner';
|
||||
export { useInstalledPluginsWithoutChannels } from './UseInstalledPluginsWithoutChannels';
|
||||
export { useInstalledPluginsWithoutChannels } from './useInstalledPluginsWithoutChannels';
|
||||
export { useRegisteredChannels } from './useRegisteredChannels';
|
||||
export { useRecommendedChannels } from './useRecommendedChannels';
|
||||
export { useCampaignTypes } from './useCampaignTypes';
|
||||
|
|
Loading…
Reference in New Issue