aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/components/custom_enum.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs/src/components/custom_enum.tsx')
-rw-r--r--packages/react-docs/src/components/custom_enum.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-docs/src/components/custom_enum.tsx b/packages/react-docs/src/components/custom_enum.tsx
index c4252d9e2..fa7c43146 100644
--- a/packages/react-docs/src/components/custom_enum.tsx
+++ b/packages/react-docs/src/components/custom_enum.tsx
@@ -2,7 +2,7 @@ import { logUtils } from '@0xproject/utils';
import * as _ from 'lodash';
import * as React from 'react';
-import { CustomType } from '../types';
+import { CustomType } from '@0xproject/types';
const STRING_ENUM_CODE_PREFIX = ' strEnum(';