Merge branch 'master' of bitbucket.org:scandic-swap/web into fix/loading-rooms-separately

This commit is contained in:
Joakim Jäderberg
2024-11-22 13:16:40 +01:00
34 changed files with 724 additions and 152 deletions

View File

@@ -15,6 +15,7 @@ export type Filter = {
public: boolean
sortOrder: number
filter?: string
icon: string
}
export type HotelFilterModalProps = {