diff options
Diffstat (limited to 'packages/react-shared/src/components/markdown_code_block.tsx')
-rw-r--r-- | packages/react-shared/src/components/markdown_code_block.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/react-shared/src/components/markdown_code_block.tsx b/packages/react-shared/src/components/markdown_code_block.tsx index 49b2ff526..bca8a7a90 100644 --- a/packages/react-shared/src/components/markdown_code_block.tsx +++ b/packages/react-shared/src/components/markdown_code_block.tsx @@ -1,4 +1,3 @@ -import * as _ from 'lodash'; import * as React from 'react'; import * as HighLight from 'react-highlight'; |