Merge pull request #15791 from pierre-H/patch-2

[Empty] Avoid react doesn't have default export
This commit is contained in:
偏右 2019-04-01 19:58:55 +08:00 committed by GitHub
commit 4b3c2ea06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import classNames from 'classnames';
import { ConfigConsumer, ConfigConsumerProps } from '../config-provider';
import LocaleReceiver from '../locale-provider/LocaleReceiver';