Fix i18n type

This commit is contained in:
AkiraFukushima 2023-12-22 01:17:16 +09:00
parent 437dd2ca30
commit abfe66106e
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 1 deletions

View File

@ -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 {