aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/ImageUpload.tsx
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-07-01 08:30:51 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-01 15:00:55 +0530
commitc14b7a4473e90a7f40496efcdbd42f25e0165373 (patch)
treedba89178c019ee95853d47137c2b9ec4cb51bd6f /src/components/ui/ImageUpload.tsx
parentTrying to check if tagging of submodule works [skip ci] (diff)
downloadferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.tar.gz
ferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.tar.zst
ferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.zip
chore: correctly export/import ui elements
Diffstat (limited to 'src/components/ui/ImageUpload.tsx')
-rw-r--r--src/components/ui/ImageUpload.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/ImageUpload.tsx b/src/components/ui/ImageUpload.tsx
index c8a6cf54a..3a396f56c 100644
--- a/src/components/ui/ImageUpload.tsx
+++ b/src/components/ui/ImageUpload.tsx
@@ -5,7 +5,7 @@ import classnames from 'classnames';
5import Dropzone from 'react-dropzone'; 5import Dropzone from 'react-dropzone';
6import { mdiDelete, mdiFileImage } from '@mdi/js'; 6import { mdiDelete, mdiFileImage } from '@mdi/js';
7import { isWindows } from '../../environment'; 7import { isWindows } from '../../environment';
8import { Icon } from './icon'; 8import Icon from './icon';
9 9
10type Props = { 10type Props = {
11 field: typeof Field; 11 field: typeof Field;