File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import { render , screen } from '@testing-library/react' ;
2- import { IntlProvider } from 'react-intl ' ;
2+ import { IntlProvider } from '@edx/frontend-platform/i18n ' ;
33import { FilterKeys } from 'data/constants/app' ;
44import { reduxHooks } from 'hooks' ;
55
Original file line number Diff line number Diff line change 11import { render , screen } from '@testing-library/react' ;
2- import { IntlProvider } from 'react-intl ' ;
2+ import { IntlProvider } from '@edx/frontend-platform/i18n ' ;
33
44import hooks from './hooks' ;
55import DashboardLayout from './DashboardLayout' ;
Original file line number Diff line number Diff line change 11import { render , screen } from '@testing-library/react' ;
2- import { IntlProvider } from 'react-intl ' ;
2+ import { IntlProvider } from '@edx/frontend-platform/i18n ' ;
33
44import { reduxHooks } from 'hooks' ;
55import hooks from './hooks' ;
Original file line number Diff line number Diff line change 11import { render , screen } from '@testing-library/react' ;
2- import { IntlProvider } from 'react-intl ' ;
2+ import { IntlProvider } from '@edx/frontend-platform/i18n ' ;
33
44import hooks from './hooks' ;
55import EmailSettingsModal from '.' ;
You can’t perform that action at this time.
0 commit comments