Skip to content

Commit 8f8c6d8

Browse files
authored
refactor: update relative path to absolute path alias (#2891)
1 parent 7c1eb59 commit 8f8c6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generic/modal-dropzone/ModalDropzone.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import {
1313
} from '@openedx/paragon';
1414
import { FileUpload as FileUploadIcon } from '@openedx/paragon/icons';
1515

16+
import { UPLOAD_FILE_MAX_SIZE } from '@src/constants';
1617
import useModalDropzone from './useModalDropzone';
1718
import messages from './messages';
18-
import { UPLOAD_FILE_MAX_SIZE } from '../../constants';
1919

2020
const ModalDropzone = ({
2121
fileTypes,

0 commit comments

Comments
 (0)