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 1
1
import { theme as V5Theme } from '@/v5/ui/themes/theme' ;
2
2
import { theme as V5ViewerTheme } from '@/v5/ui/routes/viewer/theme' ;
3
3
import { IntlProvider } from 'react-intl' ;
4
- import { getIntlProviderProps } from '@/v5/services/intl' ;
4
+ import { getIntl } from '@/v5/services/intl' ;
5
5
import { GlobalStyle } from '@/v5/ui/themes/global' ;
6
6
import { ThemeProvider as MuiThemeProvider } from '@mui/material' ;
7
7
import { ThemeProvider , createGlobalStyle } from 'styled-components' ;
@@ -73,7 +73,7 @@ const withThemeProvider = (Story, context)=>{
73
73
export const decorators = [
74
74
withThemeProvider ,
75
75
( Story ) => (
76
- < IntlProvider { ...getIntlProviderProps ( ) } >
76
+ < IntlProvider { ...getIntl ( ) } >
77
77
< Story />
78
78
</ IntlProvider >
79
79
) ,
You can’t perform that action at this time.
0 commit comments