diff --git a/components/card/style/index.tsx b/components/card/style/index.tsx new file mode 100644 index 000000000..1ab67bfcc --- /dev/null +++ b/components/card/style/index.tsx @@ -0,0 +1,7 @@ +import '../../style/index.less'; +import './index.less'; + +// style dependencies +import '../../tabs/style'; +import '../../row/style'; +import '../../col/style';