diff --git a/plugins/cost-insights/src/index.ts b/plugins/cost-insights/src/index.ts index 1e6172d568..cefdefb9c9 100644 --- a/plugins/cost-insights/src/index.ts +++ b/plugins/cost-insights/src/index.ts @@ -18,7 +18,8 @@ export { plugin } from './plugin'; export * from './client'; export * from './api'; export * from './components'; -export { useCurrency } from './hooks'; +export { useCurrency, CurrencyContext } from './hooks'; export * from './types'; export * from './utils/tests'; export * from './utils/duration'; +export * from './utils/alerts';