| 10 | import PaymentStatus from '@/components/PaymentStatus' |
| 11 | |
| 12 | interface PageProps { |
| 13 | searchParams: { |
| 14 | [key: string]: string | string[] | undefined |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | const ThankYouPage = async ({ |
| 19 | searchParams, |
nothing calls this directly
no outgoing calls
no test coverage detected