import Link from "next/link" import { AlertCircle, ExternalLink } from "lucide-react" export function WorkspaceSessionMissing({ saasUrl }: { saasUrl?: string }) { const fallbackUrl = saasUrl ?? process.env.NEXT_PUBLIC_SAAS_URL ?? "/" return (
Please open your garage from the SaaS dashboard to get a fresh handoff link.