diff --git a/docs/react/i18n.en-US.md b/docs/react/i18n.en-US.md index 1898a4b972..8b03382d66 100644 --- a/docs/react/i18n.en-US.md +++ b/docs/react/i18n.en-US.md @@ -11,6 +11,7 @@ If you want to use English or other languages, you can follow instruction below. antd provide a React Compnent [LocaleProvider](/components/locale-provider) for configuring antd locale text globally. ```jsx +import { LocaleProvider } from 'antd'; import enUS from 'antd/lib/locale-provider/en_US'; return (