diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-30 11:30:48 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-30 11:30:48 -0400 |
| commit | 3468440a4297a105cf4138892c3d163ca9a0c83c (patch) | |
| tree | cfa08026371b6a4f88e2c5f88ff3dd843c9ca767 /src/client/views/presentationview/PresentationList.tsx | |
| parent | 4f0ea3428e1e98d42b356c00f276fe74a6c4a672 (diff) | |
CleanUp and Documentation
Diffstat (limited to 'src/client/views/presentationview/PresentationList.tsx')
| -rw-r--r-- | src/client/views/presentationview/PresentationList.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/presentationview/PresentationList.tsx b/src/client/views/presentationview/PresentationList.tsx index 2d63d41b5..e853c4070 100644 --- a/src/client/views/presentationview/PresentationList.tsx +++ b/src/client/views/presentationview/PresentationList.tsx @@ -7,8 +7,6 @@ import { Doc, DocListCast, DocListCastAsync } from "../../../new_fields/Doc"; import { NumCast, StrCast } from "../../../new_fields/Types"; import { Id } from "../../../new_fields/FieldSymbols"; import PresentationElement, { buttonIndex } from "./PresentationElement"; -import { DragManager } from "../../util/DragManager"; -import { CollectionDockingView } from "../collections/CollectionDockingView"; import "../../../new_fields/Doc"; |
