Fix i18n type
This commit is contained in:
parent
437dd2ca30
commit
abfe66106e
|
@ -7,7 +7,7 @@ import { IntlProvider } from 'react-intl'
|
|||
export type localeType = 'en' | 'ja'
|
||||
|
||||
type Props = {
|
||||
children: React.ReactNode
|
||||
children: any // React.ReactNode
|
||||
}
|
||||
|
||||
interface Lang {
|
||||
|
|
Loading…
Reference in New Issue