Skip to content

Commit

Permalink
fix: gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhodge committed Mar 11, 2024
1 parent b3b2881 commit fbf1057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/editors/sharedComponents/SelectionModal/Gallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import React from 'react';
import PropTypes from 'prop-types';

import {
Scrollable, SelectableBox, Spinner,
Scrollable, Spinner,
} from '@openedx/paragon';

import {
FormattedMessage,
useIntl,
} from '@edx/frontend-platform/i18n';

import SelectableBox from '../SelectableBox';
import messages from './messages';
import GalleryCard from './GalleryCard';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import PropTypes from 'prop-types';
import {
Badge,
Image,
SelectableBox,
} from '@openedx/paragon';
import { FormattedMessage, FormattedDate, FormattedTime } from '@edx/frontend-platform/i18n';

import SelectableBox from '../SelectableBox';
import messages from './messages';
import { formatDuration } from '../../utils';
import LanguageNamesWidget from '../../containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget';
Expand Down

0 comments on commit fbf1057

Please sign in to comment.