"use client"

import { InvitePortal } from "@/components/invite-portal"

export default function InvitePage() {
  return <InvitePortal />
}
