aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-02-16 22:30:14 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-02-16 22:30:14 -0500
commit10e8681c5e1f68d7f088294f94a75859e6d39009 (patch)
treecc993ab1fa0cc0b5de6471453a96b0db65b77634
parent2ae91501a3195da9dcbc02e180b108983cd1d8af (diff)
typo
-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 3ac90ffe7..868afc423 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 @@
-dimport * as React from 'react';
+import * as React from 'react';
import { FieldViewProps } from '../../nodes/FieldView';
import { ImageBox } from '../../nodes/ImageBox';