diff --git a/plugins/cost-insights/src/index.ts b/plugins/cost-insights/src/index.ts index 4d99fd8b48..6532832e83 100644 --- a/plugins/cost-insights/src/index.ts +++ b/plugins/cost-insights/src/index.ts @@ -25,6 +25,5 @@ export { ProjectGrowthAlert, UnlabeledDataflowAlert } from './alerts'; export { ExampleCostInsightsClient } from './example'; export * from './api'; export * from './components'; -export { useCurrency } from './hooks'; export * from './types'; export * from './utils/tests';