diff options
Diffstat (limited to 'packages/react-docs/src/components/source_link.tsx')
-rw-r--r-- | packages/react-docs/src/components/source_link.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/react-docs/src/components/source_link.tsx b/packages/react-docs/src/components/source_link.tsx index 58a9ba6a7..c60435ea6 100644 --- a/packages/react-docs/src/components/source_link.tsx +++ b/packages/react-docs/src/components/source_link.tsx @@ -1,5 +1,4 @@ import { colors } from '@0xproject/react-shared'; -import * as _ from 'lodash'; import * as React from 'react'; import { Source } from '../types'; |