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:
@@ -0,0 +1,16 @@
|
||||
import styles from "./layout.module.css"
|
||||
|
||||
import type { ReactNode } from "react"
|
||||
|
||||
export default function StandardHotelReservationLayout({
|
||||
children,
|
||||
}: {
|
||||
children: ReactNode
|
||||
}) {
|
||||
return (
|
||||
<div className={styles.layout}>
|
||||
{children}
|
||||
{/* <SidePeek /> */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user