mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-17 19:00:15 +08:00
99c16aa8d6
* refactor: Dependency Inversion * test: update snapshot * test: Update snapshot * test: more * fix: table dropdown logic * fix: menu lint
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
import '../../style/index.less';
|
|
import './index.less';
|
|
|
|
// style dependencies
|
|
import '../../button/style';
|
|
import '../../menu/style';
|