Added biome for formatting, code formatted
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { useAuth } from "../context/AuthContext";
|
||||
|
||||
export function useIsAutheticated() {
|
||||
const { authState } = useAuth();
|
||||
return authState.authenticated
|
||||
const { authState } = useAuth();
|
||||
return authState.authenticated;
|
||||
}
|
||||
|
Reference in New Issue
Block a user