refactor: replace @edx/paragon and @edx/frontend-build (#1261)

Co-authored-by: mashal-m <mashal.malik@arbisoft.com>
Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com>
This commit is contained in:
Mashal Malik
2024-02-28 13:42:44 -03:00
committed by GitHub
parent ff7366d42a
commit c28991d6e0
112 changed files with 3088 additions and 250 deletions

View File

@@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
import PropTypes from 'prop-types';
import { connect, useSelector } from 'react-redux';
import classNames from 'classnames';
import { Button } from '@edx/paragon';
import { Button } from '@openedx/paragon';
import UnitIcon from './UnitIcon';
import CompleteIcon from './CompleteIcon';