import { useAuthState } from '../../context/auth'; function Home() { const { logout, isPending } = useAuthState(); return (