From 131201379c5c744c3305282d580ef70fd8d397f3 Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Wed, 3 Mar 2021 10:35:56 -0500 Subject: [PATCH] remove useCurrency export Signed-off-by: Ryan Vazquez --- plugins/cost-insights/src/index.ts | 1 - 1 file changed, 1 deletion(-) 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';