Rename file UseInstalledPlugins to UseInstalledPluginsWithoutChannels.

This commit is contained in:
Gan Eng Chin 2023-03-21 23:23:39 +08:00
parent 648eab74eb
commit 637fca8df5
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export { useInstalledPluginsWithoutChannels } from './useInstalledExtensions';
export { useInstalledPluginsWithoutChannels } from './UseInstalledPluginsWithoutChannels';
export { useRegisteredChannels } from './useRegisteredChannels';
export { useRecommendedChannels } from './useRecommendedChannels';
export { useCampaignTypes } from './useCampaignTypes';