import HeartIcon from '@heroicons/react/24/outline/HeartIcon' import { useNavigate } from 'react-router-dom' import { useAuth } from '#components/Auth/useAuth' export const GratitudeControl = () => { const navigate = useNavigate() const { isAuthenticated } = useAuth() if (isAuthenticated) { return (