mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
chore: compatible for babel-import (#37151)
* chore: compatible for babel-import * chore: comment
This commit is contained in:
parent
93908debec
commit
af42c491bd
4
components/col/style/index.tsx
Normal file
4
components/col/style/index.tsx
Normal file
@ -0,0 +1,4 @@
|
||||
// Compatible for babel-plugin-import
|
||||
|
||||
/* istanbul ignore next */
|
||||
export default {};
|
4
components/row/style/index.tsx
Normal file
4
components/row/style/index.tsx
Normal file
@ -0,0 +1,4 @@
|
||||
// Compatible for babel-plugin-import
|
||||
|
||||
/* istanbul ignore next */
|
||||
export default {};
|
Loading…
Reference in New Issue
Block a user