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