diff --git a/plugins/woocommerce-admin/client/marketing/hooks/index.ts b/plugins/woocommerce-admin/client/marketing/hooks/index.ts index 36fbb9c8a47..6a6b6e6f971 100644 --- a/plugins/woocommerce-admin/client/marketing/hooks/index.ts +++ b/plugins/woocommerce-admin/client/marketing/hooks/index.ts @@ -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';