remove useCurrency export

Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
This commit is contained in:
Ryan Vazquez
2021-03-03 10:35:56 -05:00
parent ea7cd031bb
commit 131201379c
-1
View File
@@ -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';