Relocate currency configuration

This commit is contained in:
Vesa Luusua 2019-04-04 18:52:38 +03:00
parent 8aba4d5b26
commit 18348a6955
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import has from 'lodash/has';
import trimEnd from 'lodash/trimEnd';
import Decimal from 'decimal.js';
import { types as sdkTypes } from './sdkLoader';
import { subUnitDivisors } from './currencyConfig';
import { subUnitDivisors } from '../currency-config';
const { Money } = sdkTypes;