diff options
author | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-09 14:33:51 -0500 |
---|---|---|
committer | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-09 14:33:51 -0500 |
commit | dac1b07c4b5ed42d50531e66ea3a1561f62ed11e (patch) | |
tree | 7f7d85bd168d3104283e78fd560084b3805aa450 /src/client/documents/Documents.ts | |
parent | 91f7f9a737092c2912c78fa0abb15b29298bcff1 (diff) |
CleanUp
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index ba0f69846..7233fbea5 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -44,7 +44,6 @@ import { ComputedField, ScriptField } from "../../new_fields/ScriptField"; import { ProxyField } from "../../new_fields/Proxy"; import { DocumentType } from "./DocumentTypes"; import { LinkFollowBox } from "../views/linking/LinkFollowBox"; -import { DashWebCam } from "../views/webcam/DashWebCam"; import { PresElementBox } from "../views/presentationview/PresElementBox"; import { DashWebRTCVideo } from "../views/webcam/DashWebRTCVideo"; import { QueryBox } from "../views/nodes/QueryBox"; |