diff options
author | madelinegr <laura_wilson@brown.edu> | 2019-02-27 00:56:43 -0500 |
---|---|---|
committer | madelinegr <laura_wilson@brown.edu> | 2019-02-27 00:56:43 -0500 |
commit | f7829f425e1ccbc6baa2059c91fa914d21963440 (patch) | |
tree | d3ac69e2ac34eb132a4af987545eaf2e209605fe /src/client/views/nodes/ImageBox.tsx | |
parent | 6d96342814874fe5ceec7264887a37e8aa1fab20 (diff) | |
parent | 7d7d9349a9c2c7136eccf8d08af506d00f2bd2fd (diff) |
merged
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 4fe73fb8d..e206bf8d5 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -9,7 +9,6 @@ import { FieldWaiting } from '../../../fields/Field'; import { observer } from "mobx-react" import { observable, action } from 'mobx'; import { KeyStore } from '../../../fields/KeyStore'; -import { element } from 'prop-types'; @observer export class ImageBox extends React.Component<FieldViewProps> { |