diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-10 19:59:26 -0500 | 
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-10 19:59:26 -0500 | 
| commit | 3817c901191e73c8c141a52e202ded0fd12abf6c (patch) | |
| tree | 09dd443b6594321899cda233769feaf71d4e307e /src/client/views/nodes/FieldView.tsx | |
| parent | a547bf10571c6e45f59fb8205171123da2560c75 (diff) | |
cleanup of summary docs.  icons.  carousel fwd/back
Diffstat (limited to 'src/client/views/nodes/FieldView.tsx')
| -rw-r--r-- | src/client/views/nodes/FieldView.tsx | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/views/nodes/FieldView.tsx b/src/client/views/nodes/FieldView.tsx index dbbb76f83..7544a5b77 100644 --- a/src/client/views/nodes/FieldView.tsx +++ b/src/client/views/nodes/FieldView.tsx @@ -5,15 +5,10 @@ import { DateField } from "../../../new_fields/DateField";  import { Doc, FieldResult, Opt } from "../../../new_fields/Doc";  import { IconField } from "../../../new_fields/IconField";  import { List } from "../../../new_fields/List"; -import { RichTextField } from "../../../new_fields/RichTextField";  import { AudioField, ImageField, VideoField } from "../../../new_fields/URLField";  import { Transform } from "../../util/Transform";  import { CollectionView } from "../collections/CollectionView";  import { AudioBox } from "./AudioBox"; -import { FormattedTextBox } from "./FormattedTextBox"; -import { IconBox } from "./IconBox"; -import { ImageBox } from "./ImageBox"; -import { PDFBox } from "./PDFBox";  import { VideoBox } from "./VideoBox";  import { ScriptField } from "../../../new_fields/ScriptField"; @@ -78,9 +73,6 @@ export class FieldView extends React.Component<FieldViewProps> {          // else if (field instaceof PresBox) {          //    return <PresBox {...this.props} />;          // } -        else if (field instanceof IconField) { -            return <IconBox {...this.props} />; -        }          else if (field instanceof VideoField) {              return <VideoBox {...this.props} />;          }  | 
