From a679542418b49df6fbb9a65af1bdbc16271c8a6e Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 6 Oct 2021 22:15:50 +0800 Subject: [PATCH] refactor: add card style --- components/card/style/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 components/card/style/index.tsx 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';