import * as React from "react"; import Link from 'next/link' import { PublicPageLayout } from '@/components/public' export default function AcceptInvitePage() { return (

Invitation accepted

Your invitation has been processed. You can now sign in to access the team dashboard.

Sign in to dashboard
) }