diff options
author | Remco Bloemen <remco@wicked.ventures> | 2018-11-09 01:32:40 +0800 |
---|---|---|
committer | Remco Bloemen <remco@wicked.ventures> | 2018-11-09 01:32:40 +0800 |
commit | d71362af993d3797dbdbfcac245ad57f0086bce3 (patch) | |
tree | 888826fe23c2d06d6c9191fb3a238e14f9fe4aac /packages/react-docs/src/components/custom_enum.tsx | |
parent | a5665a68756c905637c551fc48c9b7011a55c237 (diff) | |
parent | f6abc007ffb249e4bbf85b8a7a77309d43e0a147 (diff) | |
download | dexon-0x-contracts-d71362af993d3797dbdbfcac245ad57f0086bce3.tar dexon-0x-contracts-d71362af993d3797dbdbfcac245ad57f0086bce3.tar.gz dexon-0x-contracts-d71362af993d3797dbdbfcac245ad57f0086bce3.tar.bz2 dexon-0x-contracts-d71362af993d3797dbdbfcac245ad57f0086bce3.tar.lz dexon-0x-contracts-d71362af993d3797dbdbfcac245ad57f0086bce3.tar.xz dexon-0x-contracts-d71362af993d3797dbdbfcac245ad57f0086bce3.tar.zst dexon-0x-contracts-d71362af993d3797dbdbfcac245ad57f0086bce3.zip |
Merge remote-tracking branch 'origin/development' into feature/utils/prettybignum
Diffstat (limited to 'packages/react-docs/src/components/custom_enum.tsx')
-rw-r--r-- | packages/react-docs/src/components/custom_enum.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/react-docs/src/components/custom_enum.tsx b/packages/react-docs/src/components/custom_enum.tsx index c4252d9e2..e971a012a 100644 --- a/packages/react-docs/src/components/custom_enum.tsx +++ b/packages/react-docs/src/components/custom_enum.tsx @@ -1,8 +1,8 @@ -import { logUtils } from '@0xproject/utils'; +import { logUtils } from '@0x/utils'; import * as _ from 'lodash'; import * as React from 'react'; -import { CustomType } from '../types'; +import { CustomType } from '@0x/types'; const STRING_ENUM_CODE_PREFIX = ' strEnum('; |