diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-08 15:37:26 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-08 15:37:26 -0700 |
| commit | 1733759b776f0596c3a8561d2c735a4b7c7d54d3 (patch) | |
| tree | 4b30cf8edfee0b2f315353329fde65b0b4585ae0 /src/client/views/collections/CollectionSubView.tsx | |
| parent | 2a23ebe83ae573c0c0bbd27f4a2b3bf2a0e59d51 (diff) | |
move HypothesisUtils.ts to Utils folder
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index e045b351f..72aece284 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -506,5 +506,5 @@ import { CollectionView, CollectionViewType } from "./CollectionView"; import { SelectionManager } from "../../util/SelectionManager"; import { OverlayView } from "../OverlayView"; import { setTimeout } from "timers"; -import { Hypothesis } from "../../apis/hypothesis/HypothesisUtils"; +import { Hypothesis } from "../../util/HypothesisUtils"; |
