import { HotelViewProps } from './HotelView.types'; export function HotelView(props: HotelViewProps): JSX.Element { return (
hotel view
); }