Prettier
This commit is contained in:
@ -4,6 +4,6 @@ import { useSyncExternalStore } from "react";
|
||||
export default function useLogin() {
|
||||
return useSyncExternalStore(
|
||||
s => LoginStore.hook(s),
|
||||
() => LoginStore.snapshot()
|
||||
() => LoginStore.snapshot(),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user