File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import React from 'react';
22import PropTypes from 'prop-types' ;
33import { useIntl } from '@edx/frontend-platform/i18n' ;
44import { Alert } from '@openedx/paragon' ;
5- import EditFileAlertsSlot from '../../plugin-slots/EditFileAlertsSlot' ;
65import ErrorAlert from '../../editors/sharedComponents/ErrorAlerts/ErrorAlert' ;
76import { RequestStatus } from '../../data/constants' ;
87import messages from './messages' ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { RequestStatus } from '../../data/constants';
1010import Placeholder from '../../editors/Placeholder' ;
1111import { useModel } from '../../generic/model-store' ;
1212import getPageHeadTitle from '../../generic/utils' ;
13- import EditFileAlertsSlot from '../../plugin-slots/EditFileAlertsSlot' ;
1413import EditVideoAlertsSlot from '../../plugin-slots/EditVideoAlertsSlot' ;
1514import { EditFileErrors } from '../generic' ;
1615import { fetchVideos , resetErrors } from './data/thunks' ;
You can’t perform that action at this time.
0 commit comments