We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f788be8 commit 3f20288Copy full SHA for 3f20288
apps/client/src/components/FileUploader.tsx
@@ -1,7 +1,4 @@
1
-import {
2
- BsCloudUploadFill,
3
- BsTrashFill
4
-} from 'react-icons/bs';
+import { BsCloudUploadFill, BsTrashFill } from 'react-icons/bs';
5
import { ImageDto } from 'shared-types/dist/ImageDto';
6
7
export interface FileUploaderProps {
0 commit comments