feat: cleaner i18n

This commit is contained in:
Ben Warzeski
2022-06-07 17:12:54 -04:00
parent bb95f99483
commit c471f2b3e4
9 changed files with 18 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { useIntl } from 'react-intl';
import { useIntl } from '@edx/frontend-platform/i18n';
import {
Badge,
Card,

View File

@@ -1,8 +1,8 @@
/* eslint-disable quotes */
import React from 'react';
import PropTypes from 'prop-types';
import { useIntl } from 'react-intl';
import { useIntl } from '@edx/frontend-platform/i18n';
import { CardGrid, ModalDialog } from '@edx/paragon';
import shapes from 'data/services/lms/shapes';