diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-10-02 17:31:25 -0400 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-10-02 17:31:25 -0400 |
commit | 6dab9e4067b2763d23e41085b263fed811d71a86 (patch) | |
tree | 0748dbbb87a1afcc2b9dd35bab8443e1b014c443 /src | |
parent | 571b58db3ec2d5b076ab8c96e9e81731ff6da72b (diff) |
Unused field removed
Diffstat (limited to 'src')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 90028fc43..8b3c03866 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -21,7 +21,7 @@ import { MINIMIZED_ICON_SIZE } from "../views/globalCssVariables.scss"; import { IconBox } from "../views/nodes/IconBox"; import { OmitKeys, JSONUtils } from "../../Utils"; import { Field, Doc, Opt, DocListCastAsync } from "../../new_fields/Doc"; -import { ImageField, VideoField, AudioField, PdfField, WebField, YoutubeField, WebCamField } from "../../new_fields/URLField"; +import { ImageField, VideoField, AudioField, PdfField, WebField, YoutubeField } from "../../new_fields/URLField"; import { HtmlField } from "../../new_fields/HtmlField"; import { List } from "../../new_fields/List"; import { Cast, NumCast } from "../../new_fields/Types"; |