refactor: replace @edx/paragon and @edx/frontend-build

This commit is contained in:
mashal-m
2023-12-29 11:19:54 +05:00
parent bed2c341b5
commit 79314ead86
99 changed files with 2207 additions and 298 deletions

View File

@@ -7,8 +7,8 @@ import {
Card,
// Hyperlink,
Icon,
} from '@edx/paragon';
import { Program } from '@edx/paragon/icons';
} from '@openedx/paragon';
import { Program } from '@openedx/paragon/icons';
import messages from './messages';
import './index.scss';

View File

@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
import { useIntl } from '@edx/frontend-platform/i18n';
import {
Container, Row, Col, ModalDialog,
} from '@edx/paragon';
} from '@openedx/paragon';
import { reduxHooks } from 'hooks';
import ProgramCard from './components/ProgramCard';