diff options
author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-19 15:11:29 -0400 |
---|---|---|
committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-19 15:11:29 -0400 |
commit | 0b2a8c0d718940ddc06a966d4e027a79bb06ed6e (patch) | |
tree | d608b092b9f0bc409b058ef77eb4ddb2a68a595c /src/client/views/nodes/ComparisonBox.tsx | |
parent | 3c873d191feec296aef82c48a912617a8d66eb18 (diff) |
simple image label
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.tsx')
-rw-r--r-- | src/client/views/nodes/ComparisonBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/ComparisonBox.tsx b/src/client/views/nodes/ComparisonBox.tsx index 0c42f662b..139978a13 100644 --- a/src/client/views/nodes/ComparisonBox.tsx +++ b/src/client/views/nodes/ComparisonBox.tsx @@ -26,6 +26,7 @@ import { DocumentView } from './DocumentView'; import { FieldView, FieldViewProps } from './FieldView'; import { FormattedTextBox } from './formattedText/FormattedTextBox'; import ReactLoading from 'react-loading'; + import { ContextMenu } from '../ContextMenu'; import { ContextMenuProps } from '../ContextMenuItem'; import { tickStep } from 'd3'; |