File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { theme as V5Theme } from '@/v5/ui/themes/theme' ;
22import { theme as V5ViewerTheme } from '@/v5/ui/routes/viewer/theme' ;
33import { IntlProvider } from 'react-intl' ;
4- import { getIntlProviderProps } from '@/v5/services/intl' ;
4+ import { getIntl } from '@/v5/services/intl' ;
55import { GlobalStyle } from '@/v5/ui/themes/global' ;
66import { ThemeProvider as MuiThemeProvider } from '@mui/material' ;
77import { ThemeProvider , createGlobalStyle } from 'styled-components' ;
@@ -73,7 +73,7 @@ const withThemeProvider = (Story, context)=>{
7373export const decorators = [
7474 withThemeProvider ,
7575 ( Story ) => (
76- < IntlProvider { ...getIntlProviderProps ( ) } >
76+ < IntlProvider { ...getIntl ( ) } >
7777 < Story />
7878 </ IntlProvider >
7979 ) ,
You can’t perform that action at this time.
0 commit comments