0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00

[ci] yarn format

This commit is contained in:
FredKSchott 2021-12-13 18:37:58 +00:00 committed by GitHub Actions
parent 23b7756d6b
commit fbbeee41aa
4 changed files with 4 additions and 4 deletions

View file

@ -25,6 +25,6 @@ const AdminsSolid = () => {
<br /> <br />
</> </>
); );
} };
export default AdminsSolid; export default AdminsSolid;

View file

@ -19,7 +19,7 @@ const initialValue = [
age: 46, age: 46,
isAdmin: true, isAdmin: true,
}, },
] ];
const users = atom(initialValue); const users = atom(initialValue);