mirror of
https://github.com/yusufipk/trillo-react.git
synced 2026-09-11 10:56:15 +00:00
6 lines
109 B
React
6 lines
109 B
React
function HotelView() {
|
|
return <main className="hotel-view">Hotel view</main>;
|
|
}
|
|
|
|
export default HotelView;
|