mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Relocate currency configuration
This commit is contained in:
parent
8aba4d5b26
commit
18348a6955
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue