import { Link } from './link' import { useAuthContext } from '../providers/auth' const UpgradeBanner = () => { const { account } = useAuthContext() const { activeSubscription } = account return !activeSubscription ? (