AllAppointments.jsx
useEffect(() => { if (aToken) { getAllAppointments() } }, [aToken])
return ( <div className='w-full max-w-6xl m-5 '>