mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
10 lines
313 B
JavaScript
10 lines
313 B
JavaScript
// this file is not used if use https://github.com/ant-design/babel-plugin-antd
|
|
|
|
import warn from 'rc-util/lib/warn';
|
|
import * as antd from './components';
|
|
|
|
warn('You are using prebuilt antd, ' +
|
|
'please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.');
|
|
|
|
export default antd;
|