diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-10-19 16:51:45 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-10-19 16:51:45 -0400 |
| commit | 301784883375860a7c693db97fe8f279e5380caf (patch) | |
| tree | af5e47a3caa47a9f0903a6afe467e3414c88f998 /src/client/views/nodes/DocumentView.tsx | |
| parent | 1a8292f7588880718a657a5fca5c32f1a5975205 (diff) | |
image stuff
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 56a399139..bc7cef650 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -34,7 +34,7 @@ import "./DocumentView.scss"; import { FormattedTextBox } from './FormattedTextBox'; import React = require("react"); import requestPromise = require('request-promise'); -import { RecommendationsBox } from '../Recommendations'; +import { RecommendationsBox } from '../RecommendationsBox'; import { SearchUtil } from '../../util/SearchUtil'; import { ClientRecommender } from '../../ClientRecommender'; import { DocumentType } from '../../documents/DocumentTypes'; |
