import React from 'react' import { Head, Link } from '@inertiajs/react' export default function AcademyBillingCancel({ message, links = {} }) { return (

Checkout canceled

No payment was made.

{message}

Return to pricing Back to Academy
) }