chore(deps): update paragon and frontend-build to openedx scope
This commit is contained in:
committed by
Adolfo R. Brandes
parent
3a7b7054e7
commit
1a2068d52f
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user