fix: datacenter type error

This commit is contained in:
DiamondThree 2023-01-09 23:57:53 +08:00
parent 833df7be3c
commit b1f14c0f71
3 changed files with 9 additions and 3 deletions

View File

@ -178,4 +178,6 @@
// overflow: 'auto',
// };
// });
export default {};
export const test = () => {
return <></>;
};

View File

@ -58,4 +58,6 @@
// whiteSpace: 'nowrap',
// };
// });
export default {};
export const test = () => {
return <></>;
};

View File

@ -95,4 +95,6 @@
// marginLeft: '12px',
// });
export default {};
export const test = () => {
return <></>;
};