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 React from 'react';
import { ErrorPage } from '@edx/frontend-platform/react';
import { StrictDict } from '@edx/react-unit-test-utils';
import { ModalDialog, Modal } from '@edx/paragon';
import { ModalDialog, Modal } from '@openedx/paragon';
import PageLoading from '../../../../generic/PageLoading';
import * as hooks from './hooks';