import Link from "next/link"; export default function XeroSuccessPage() { return (

Xero connected 🎉

Your Xero organisation is now linked. We can now automatically create invoices and mark them as paid when Stripe payments succeed.

{/* Progress */}
  1. ✔ Logged in
  2. ✔ Stripe connected
  3. ✔ Xero connected
{/* Primary CTA */}
Go to dashboard →
); }