fix: gallery

This commit is contained in:
Jesper Hodge
2024-03-11 19:39:18 +00:00
parent fb2a79985e
commit 679e15ed00
2 changed files with 2 additions and 0 deletions

View File

@@ -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';

View File

@@ -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';