Skip to content

Commit a679542

Browse files
committed
refactor: add card style
1 parent 488437b commit a679542

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/card/style/index.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import '../../style/index.less';
2+
import './index.less';
3+
4+
// style dependencies
5+
import '../../tabs/style';
6+
import '../../row/style';
7+
import '../../col/style';

0 commit comments

Comments
 (0)