chore(deps): update paragon and frontend-build to openedx scope

This commit is contained in:
Brian Smith
2024-02-01 13:57:33 -05:00
committed by Adolfo R. Brandes
parent 51c5f9c4dc
commit 76bb8e88c1
232 changed files with 5695 additions and 12613 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { Badge, Icon } from '@edx/paragon';
import { Settings as IconSettings } from '@edx/paragon/icons';
import { Badge, Icon } from '@openedx/paragon';
import { Settings as IconSettings } from '@openedx/paragon/icons';
import { capitalize } from 'lodash';
import { NOTIFICATION_MESSAGES } from '../../constants';