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/documents/Documents.ts | |
parent | 1a8292f7588880718a657a5fca5c32f1a5975205 (diff) |
image stuff
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 1179f0238..36f20199c 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -43,7 +43,7 @@ import { PresBox } from "../views/nodes/PresBox"; import { ComputedField, ScriptField } from "../../new_fields/ScriptField"; import { ProxyField } from "../../new_fields/Proxy"; import { DocumentType } from "./DocumentTypes"; -import { RecommendationsBox } from "../views/Recommendations"; +import { RecommendationsBox } from "../views/RecommendationsBox"; //import { PresBox } from "../views/nodes/PresBox"; //import { PresField } from "../../new_fields/PresField"; import { LinkFollowBox } from "../views/linking/LinkFollowBox"; |