diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-16 22:59:36 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-16 22:59:36 -0500 |
commit | ba9351bc009b6f78ca9815b481bc5643f8af96e0 (patch) | |
tree | 88edbb3abaf14d114d5dfffdd28f279a15823f6e /src/client/views/document_templates/image_card/ImageCard.tsx | |
parent | 10e8681c5e1f68d7f088294f94a75859e6d39009 (diff) |
fixed warnings
Diffstat (limited to 'src/client/views/document_templates/image_card/ImageCard.tsx')
-rw-r--r-- | src/client/views/document_templates/image_card/ImageCard.tsx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/client/views/document_templates/image_card/ImageCard.tsx b/src/client/views/document_templates/image_card/ImageCard.tsx deleted file mode 100644 index 868afc423..000000000 --- a/src/client/views/document_templates/image_card/ImageCard.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import * as React from 'react'; -import { FieldViewProps } from '../../nodes/FieldView'; -import { ImageBox } from '../../nodes/ImageBox'; - -export default class ImageCard extends React.Component<FieldViewProps> { - - render() { - return ( - <div style={{ padding: 30, borderRadius: 15 }}> - <ImageBox {...this.props} /> - </div> - ); - } - -}
\ No newline at end of file |