aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorMelissa Zhang <mzhang19096@gmail.com>2020-07-28 21:27:38 -0700
committerMelissa Zhang <mzhang19096@gmail.com>2020-07-28 21:27:38 -0700
commitfabb86b78874a38619d821b315eaf9ce204e1afe (patch)
tree902f54f9989b2925f24aebc86c17d5f851d19605 /src/client/views/MainView.tsx
parent7157310f1b4d7a9f409c46f35c10c8db4a66b0af (diff)
"handle editing annotations in client, bypass authorization issues"
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index 64538d015..5bf9ac2a3 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -66,7 +66,7 @@ import { LinkDescriptionPopup } from './nodes/LinkDescriptionPopup';
import FormatShapePane from "./collections/collectionFreeForm/FormatShapePane";
import HypothesisAuthenticationManager from '../apis/HypothesisAuthenticationManager';
import CollectionMenu from './collections/CollectionMenu';
-import { Hypothesis } from '../apis/hypothesis/HypothesisApiUtils';
+import { Hypothesis } from '../apis/hypothesis/HypothesisUtils';
import { SelectionManager } from '../util/SelectionManager';
@observer