Fix file name for useInstalledPluginsWithoutChannels.

This commit is contained in:
Gan Eng Chin 2023-03-22 15:59:37 +08:00
parent e281c09bc6
commit 7395d6939c
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
1 changed files with 1 additions and 1 deletions

View File

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