aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/components/comment.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs/src/components/comment.tsx')
-rw-r--r--packages/react-docs/src/components/comment.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-docs/src/components/comment.tsx b/packages/react-docs/src/components/comment.tsx
index 9c866e62c..4d34f711e 100644
--- a/packages/react-docs/src/components/comment.tsx
+++ b/packages/react-docs/src/components/comment.tsx
@@ -1,4 +1,4 @@
-import { colors, MarkdownCodeBlock } from '@0xproject/react-shared';
+import { colors, MarkdownCodeBlock } from '@0x/react-shared';
import * as React from 'react';
import * as ReactMarkdown from 'react-markdown';