Convert Svg component to typescript

related to #360
This commit is contained in:
Kurt Hutten
2021-06-11 18:53:37 +10:00
parent ab084e0d5a
commit 81f7659bbc
2 changed files with 40 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import ReactCrop from 'react-image-crop'
import { Dialog } from '@material-ui/core'
import { Image as CloudinaryImage } from 'cloudinary-react'
import 'react-image-crop/dist/ReactCrop.css'
import Svg from 'src/components/Svg/Svg.js'
import Svg from 'src/components/Svg'
const CLOUDINARY_UPLOAD_PRESET = 'CadHub_project_images'
const CLOUDINARY_UPLOAD_URL = 'https://api.cloudinary.com/v1_1/irevdev/upload'

File diff suppressed because one or more lines are too long