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

This commit is contained in:
Brian Smith
2024-02-21 13:16:59 -05:00
committed by Adolfo R. Brandes
parent 3a7b7054e7
commit 1a2068d52f
64 changed files with 5486 additions and 8299 deletions

View File

@@ -2,11 +2,11 @@ import React, {
useCallback, useContext, useEffect, useMemo,
} from 'react';
import { Spinner } from '@openedx/paragon';
import { useDispatch, useSelector } from 'react-redux';
import { useLocation } from 'react-router-dom';
import { useIntl } from '@edx/frontend-platform/i18n';
import { Spinner } from '@edx/paragon';
import { RequestStatus, Routes } from '../../data/constants';
import DiscussionContext from '../common/context';