aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/document_templates/image_card
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-02-16 15:10:36 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-02-16 15:10:36 -0500
commita451bce9b49b28434f5180044b11467c21615f06 (patch)
tree57a3e954ac2ae0a7834bf4f9630688c48fff72bf /src/client/views/document_templates/image_card
parentb42e1e1e2da941955d7751b6003f18fecd5f2f8d (diff)
fixed a bunch of undo's in document deocrations. added a setup method for handling down/move/up/click events
Diffstat (limited to 'src/client/views/document_templates/image_card')
-rw-r--r--src/client/views/document_templates/image_card/ImageCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/document_templates/image_card/ImageCard.tsx b/src/client/views/document_templates/image_card/ImageCard.tsx
index 868afc423..3ac90ffe7 100644
--- a/src/client/views/document_templates/image_card/ImageCard.tsx
+++ b/src/client/views/document_templates/image_card/ImageCard.tsx
@@ -1,4 +1,4 @@
-import * as React from 'react';
+dimport * as React from 'react';
import { FieldViewProps } from '../../nodes/FieldView';
import { ImageBox } from '../../nodes/ImageBox';