[ci] yarn format
This commit is contained in:
parent
23b7756d6b
commit
fbbeee41aa
4 changed files with 4 additions and 4 deletions
|
@ -25,6 +25,6 @@ const AdminsSolid = () => {
|
|||
<br />
|
||||
</>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default AdminsSolid;
|
||||
|
|
|
@ -19,7 +19,7 @@ const initialValue = [
|
|||
age: 46,
|
||||
isAdmin: true,
|
||||
},
|
||||
]
|
||||
];
|
||||
|
||||
const users = atom(initialValue);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue