Prepare hotelreservation routes * Prepare hotelreservation routes Approved-by: Matilda Landström
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
export default async function PaymentCallbackPage() {
|
|
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
|
return <div>payment-callback</div>
|
|
}
|