import { Navigate } from 'react-router'; import { useAuth } from '../../shared/auth'; export function PendingPage() { const { user, loading, logout } = useAuth(); if (loading) { return (