aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/components/source_link.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/source_link.tsx
parent1c68bdabaad07c2181c58aa5b0d550d4eb2be447 (diff)
downloaddexon-0x-contracts-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar
dexon-0x-contracts-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.gz
dexon-0x-contracts-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.bz2
dexon-0x-contracts-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.lz
dexon-0x-contracts-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.xz
dexon-0x-contracts-0affc7682fa1a7484bb77cc460e9b9d10553980f.tar.zst
dexon-0x-contracts-0affc7682fa1a7484bb77cc460e9b9d10553980f.zip
chore: fix imports
Diffstat (limited to 'packages/react-docs/src/components/source_link.tsx')
-rw-r--r--packages/react-docs/src/components/source_link.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/react-docs/src/components/source_link.tsx b/packages/react-docs/src/components/source_link.tsx
index c6dd09adb..6459824c2 100644
--- a/packages/react-docs/src/components/source_link.tsx
+++ b/packages/react-docs/src/components/source_link.tsx
@@ -1,5 +1,5 @@
-import { colors, Link } from '@0xproject/react-shared';
-import { Source } from '@0xproject/types';
+import { colors, Link } from '@0x/react-shared';
+import { Source } from '@0x/types';
import * as React from 'react';
export interface SourceLinkProps {