Skip to content

Commit

Permalink
fixup! fixup! fixup! Feat(web-react): FileUploader - Support for crop…
Browse files Browse the repository at this point in the history
… image #DS-954
  • Loading branch information
pavelklibani committed Oct 18, 2023
1 parent ff3e684 commit 26b6ddf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React from 'react';
import { FileMetadata } from '../../types/fileUploader';
import { useFileUploaderStyleProps } from './useFileUploaderStyleProps';
import { IMAGE_DIMENSION } from './constants';
import { useFileUploaderStyleProps } from './useFileUploaderStyleProps';

type AttachmentImagePreviewProps = {
label: string;
imagePreview: string;
label: string;
meta?: FileMetadata;
};

Expand Down

0 comments on commit 26b6ddf

Please sign in to comment.