mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
|
import '../../style/index.less';
|
||
|
import './index.less';
|
||
|
|
||
|
// style dependencies
|
||
|
import '../../empty/style';
|
||
|
import '../../checkbox/style';
|
||
|
import '../../button/style';
|
||
|
import '../../input/style';
|