aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/components/type.tsx
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-10-18 21:06:12 +0800
committerFabio Berger <me@fabioberger.com>2018-10-18 21:06:12 +0800
commit0affc7682fa1a7484bb77cc460e9b9d10553980f (patch)
tree689a1628cb3d9fc423a263cdc6a6004ece96cb50 /packages/react-docs/src/components/type.tsx
parent1c68bdabaad07c2181c58aa5b0d550d4eb2be447 (diff)
downloaddexon-sol-tools-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar
dexon-sol-tools-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.gz
dexon-sol-tools-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.bz2
dexon-sol-tools-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.lz
dexon-sol-tools-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.xz
dexon-sol-tools-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.zst
dexon-sol-tools-0affc7682fa1a7484bb77cc460e9b9d10553980f.zip
chore: fix imports
Diffstat (limited to 'packages/react-docs/src/components/type.tsx')
-rw-r--r--packages/react-docs/src/components/type.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/react-docs/src/components/type.tsx b/packages/react-docs/src/components/type.tsx
index d579449f4..412b99b9d 100644
--- a/packages/react-docs/src/components/type.tsx
+++ b/packages/react-docs/src/components/type.tsx
@@ -1,6 +1,6 @@
-import { colors, constants as sharedConstants, Link, utils as sharedUtils } from '@0xproject/react-shared';
-import { Type as TypeDef, TypeDefinitionByName, TypeDocTypes } from '@0xproject/types';
-import { errorUtils } from '@0xproject/utils';
+import { colors, constants as sharedConstants, Link, utils as sharedUtils } from '@0x/react-shared';
+import { Type as TypeDef, TypeDefinitionByName, TypeDocTypes } from '@0x/types';
+import { errorUtils } from '@0x/utils';
import * as _ from 'lodash';
import * as React from 'react';
import { Link as ScrollLink } from 'react-scroll';