refactor: updated paragon scope to openedx for jsx file

This commit is contained in:
Bilal Qamar
2024-02-22 17:54:28 +05:00
parent 534069bb86
commit ef0090c069

View File

@@ -1,12 +1,12 @@
import React, { useCallback } from 'react';
import propTypes from 'prop-types';
import { Button } from '@openedx/paragon';
import classNames from 'classnames';
import { useSelector } from 'react-redux';
import { getConfig } from '@edx/frontend-platform';
import { useIntl } from '@edx/frontend-platform/i18n';
import { Button } from '@edx/paragon';
import ContentUnavailableIcon from '../../assets/ContentUnavailable';
import selectCourseTabs from '../../components/NavigationBar/data/selectors';