Merged in feat/prepare-hotelreservation-routes-in-sas (pull request #2581)
Prepare hotelreservation routes * Prepare hotelreservation routes Approved-by: Matilda Landström
This commit is contained in:
14
apps/partner-sas/app/[lang]/hotelreservation/layout.tsx
Normal file
14
apps/partner-sas/app/[lang]/hotelreservation/layout.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export async function generateMetadata() {
|
||||
return {
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
export default function HotelReservationLayout({
|
||||
children,
|
||||
}: React.PropsWithChildren) {
|
||||
return <>{children}</>
|
||||
}
|
||||
Reference in New Issue
Block a user