Skip to content

Commit 3f20288

Browse files
committed
Organize imports
1 parent f788be8 commit 3f20288

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/client/src/components/FileUploader.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {
2-
BsCloudUploadFill,
3-
BsTrashFill
4-
} from 'react-icons/bs';
1+
import { BsCloudUploadFill, BsTrashFill } from 'react-icons/bs';
52
import { ImageDto } from 'shared-types/dist/ImageDto';
63

74
export interface FileUploaderProps {

0 commit comments

Comments
 (0)