mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-16 09:39:10 +08:00
d4f23bae2a
* feat: card loading with skeleton * test: update snapshot * test: add style deps * chore: import
7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
import '../../style/index.less';
|
|
import './index.less';
|
|
|
|
// style dependencies
|
|
import '../../tabs/style';
|
|
import '../../skeleton/style';
|