mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
fix: resolve cycle imports and prevent it by oxlint (#5103)
This commit is contained in:
@@ -29,7 +29,7 @@ export const Skeleton = ({
|
||||
const style = {
|
||||
width,
|
||||
height,
|
||||
...(_style || {}),
|
||||
..._style,
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user