diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-14 11:23:02 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-14 11:23:02 -0400 |
| commit | 92d838267111403b6503400652d185aae9cb2964 (patch) | |
| tree | 7736e10d8917d867363cc069d75f24ce8e2964b8 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | c628c9305ea5e28f577b5b040a30d7c8aaea3e8c (diff) | |
| parent | 19ca5143d050368284ab91ad4a096a674fe84646 (diff) | |
Merge branch 'master' into bug_fixes_melissa
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 2b7ae4338..fe3d57bdb 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -28,7 +28,6 @@ import { CollectionViewType } from "./CollectionView"; import { SnappingManager } from "../../util/SnappingManager"; import { CollectionFreeFormDocumentView } from "../nodes/CollectionFreeFormDocumentView"; import { DocUtils } from "../../documents/Documents"; -import { MainViewNotifs } from "../MainViewNotifs"; const _global = (window /* browser */ || global /* node */) as any; type StackingDocument = makeInterface<[typeof collectionSchema, typeof documentSchema]>; |
