summaryrefslogtreecommitdiff
path: root/components/common/selectors/currency/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'components/common/selectors/currency/index.ts')
-rw-r--r--components/common/selectors/currency/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/common/selectors/currency/index.ts b/components/common/selectors/currency/index.ts
index 1eb0cfbb..59819221 100644
--- a/components/common/selectors/currency/index.ts
+++ b/components/common/selectors/currency/index.ts
@@ -10,8 +10,7 @@ export { CurrencySelectorMultiDialog } from './currency-selector-multi-dialog'
export type { CurrencySelectorMultiDialogProps } from './currency-selector-multi-dialog'
export {
- getCurrencies,
- getDecimalPlaces
+ getCurrencies
} from './currency-service'
export type {
Currency