refactor: replacing injectIntl with useIntl part 3 (#2300)

This commit is contained in:
Jacobo Dominguez
2025-07-18 15:47:18 -06:00
committed by GitHub
parent 215f7280da
commit 4f3904ea4c
14 changed files with 73 additions and 99 deletions

View File

@@ -1,5 +1,4 @@
import React from 'react';
import { injectIntl } from '@edx/frontend-platform/i18n';
import {
Settings as SettingsIcon,
ManageHistory as SuccessIcon,
@@ -115,4 +114,4 @@ CourseStepper.propTypes = {
hasError: PropTypes.bool,
};
export default injectIntl(CourseStepper);
export default CourseStepper;