import { Routes, useRouter } from "blitz"; import { IoSettings, IoAlertCircleOutline } from "react-icons/io5"; export default function InactiveSubscription() { const router = useRouter(); return (
You need an active subscription to use this feature.
Head over to your settings to pick up a plan.