diff options
author | bobzel <zzzman@gmail.com> | 2023-12-03 16:21:52 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-03 16:21:52 -0500 |
commit | c654a31fdb48a76fb4b0562168c920ca850a7b9e (patch) | |
tree | 76410a9da12919e35f49d3d1f3899856fb0584ce /src/client/views/nodes/ImageBox.tsx | |
parent | 23f789ab0bc9947f1bd23816183df2b5cc89b0e6 (diff) |
cleaned up warnings and errors, working with typescript 20.10
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index d28d71fe3..336891a18 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -35,7 +35,7 @@ import { FaceRectangles } from './FaceRectangles'; import { FieldView, FieldViewProps } from './FieldView'; import './ImageBox.scss'; import { PinProps, PresBox } from './trails'; -import React = require('react'); +import * as React from 'react'; export const pageSchema = createSchema({ googlePhotosUrl: 'string', |