aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-10-19 16:51:45 -0400
committerab <abdullah_ahmed@brown.edu>2019-10-19 16:51:45 -0400
commit301784883375860a7c693db97fe8f279e5380caf (patch)
treeaf5e47a3caa47a9f0903a6afe467e3414c88f998 /src/client/views/GlobalKeyHandler.ts
parent1a8292f7588880718a657a5fca5c32f1a5975205 (diff)
image stuff
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index 189e2bbe0..b0d0a0d28 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -6,7 +6,7 @@ import { DragManager } from "../util/DragManager";
import { action, runInAction } from "mobx";
import { Doc } from "../../new_fields/Doc";
import { DictationManager } from "../util/DictationManager";
-import { RecommendationsBox } from "./Recommendations";
+import { RecommendationsBox } from "./RecommendationsBox";
import SharingManager from "../util/SharingManager";
import { CurrentUserUtils } from "../../server/authentication/models/current_user_utils";
import { Cast, PromiseValue } from "../../new_fields/Types";