fix: gallery
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
useIntl,
|
||||
} from '@edx/frontend-platform/i18n';
|
||||
|
||||
// SelectableBox in paragon has a bug only visible on stage where you can't change selection. So we override it
|
||||
import SelectableBox from '../SelectableBox';
|
||||
import messages from './messages';
|
||||
import GalleryCard from './GalleryCard';
|
||||
|
||||
@@ -7,6 +7,7 @@ import {
|
||||
} from '@openedx/paragon';
|
||||
import { FormattedMessage, FormattedDate, FormattedTime } from '@edx/frontend-platform/i18n';
|
||||
|
||||
// SelectableBox in paragon has a bug only visible on stage where you can't change selection. So we override it
|
||||
import SelectableBox from '../SelectableBox';
|
||||
import messages from './messages';
|
||||
import { formatDuration } from '../../utils';
|
||||
|
||||
Reference in New Issue
Block a user