Merged in feat/SW-475-enter-details-header (pull request #630)

Feat/SW-475 enter details header

* feat(SW-475): updated hotel mock data to reflect api

* feat(SW-475): Added hotel selection header with sidepeek buttons

* fix(SW-475): fixes from PR

* fix(SW-475): changed intl string


Approved-by: Arvid Norlin
This commit is contained in:
Tobias Johansson
2024-10-03 07:42:26 +00:00
parent e8027be2e8
commit 869c9b67b8
9 changed files with 840 additions and 107 deletions

View File

@@ -0,0 +1,5 @@
import { Hotel } from "@/types/hotel"
export type HotelSelectionHeaderProps = {
hotel: Hotel
}