const Logout = () => { const response = fetch(`https://localhost:7292/api/Logout`, { method: 'POST', credentials: 'include' }) return (