We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbe68c commit 9af02ebCopy full SHA for 9af02eb
src/files-and-videos/files-page/FilesPage.jsx
@@ -3,8 +3,8 @@ import PropTypes from 'prop-types';
3
import { useDispatch, useSelector } from 'react-redux';
4
import { FormattedMessage, useIntl } from '@edx/frontend-platform/i18n';
5
import { CheckboxFilter, Container } from '@openedx/paragon';
6
-import Placeholder from '../../editors/Placeholder';
7
import { getUploadFileMaxSize } from '@src/constants';
+import Placeholder from '../../editors/Placeholder';
8
9
import { RequestStatus } from '../../data/constants';
10
import { useModels, useModel } from '../../generic/model-store';
0 commit comments