mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-28 12:52:57 +03:00
fix: datacenter type error
This commit is contained in:
parent
833df7be3c
commit
b1f14c0f71
@ -178,4 +178,6 @@
|
||||
// overflow: 'auto',
|
||||
// };
|
||||
// });
|
||||
export default {};
|
||||
export const test = () => {
|
||||
return <></>;
|
||||
};
|
||||
|
@ -58,4 +58,6 @@
|
||||
// whiteSpace: 'nowrap',
|
||||
// };
|
||||
// });
|
||||
export default {};
|
||||
export const test = () => {
|
||||
return <></>;
|
||||
};
|
||||
|
@ -95,4 +95,6 @@
|
||||
// marginLeft: '12px',
|
||||
// });
|
||||
|
||||
export default {};
|
||||
export const test = () => {
|
||||
return <></>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user