Avoid react doesn't have default export

This commit is contained in:
Pierre 2019-04-01 13:50:54 +02:00 committed by GitHub
parent dd8b6787ac
commit 1ff849ce4d
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';