Skip to content

Commit 9af02eb

Browse files
authored
Update FilesPage.jsx
1 parent 7dbe68c commit 9af02eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files-and-videos/files-page/FilesPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import PropTypes from 'prop-types';
33
import { useDispatch, useSelector } from 'react-redux';
44
import { FormattedMessage, useIntl } from '@edx/frontend-platform/i18n';
55
import { CheckboxFilter, Container } from '@openedx/paragon';
6-
import Placeholder from '../../editors/Placeholder';
76
import { getUploadFileMaxSize } from '@src/constants';
7+
import Placeholder from '../../editors/Placeholder';
88

99
import { RequestStatus } from '../../data/constants';
1010
import { useModels, useModel } from '../../generic/model-store';

0 commit comments

Comments
 (0)