Feat/SW-1737 design mystay multiroom * feat(SW-1737) Fixed member view of guest details * feat(SW-1737) fix merge issues * feat(SW-1737) Fixed price details * feat(SW-1737) removed unused imports * feat(SW-1737) removed true as statement * feat(SW-1737) updated store handling * feat(SW-1737) fixed bug showing double numbers * feat(SW-1737) small design fixed * feat(SW-1737) fixed rebase errors * feat(SW-1737) fixed create booking error with dates * feat(SW-1737) fixed view multiroom as singleroom * feat(SW-1737) fixes for multiroom * feat(SW-1737) fixed bookingsummary * feat(SW-1737) dont hide modify dates * feat(SW-1737) updated breakfast to handle number * feat(SW-1737) Added red color if member rate * feat(SW-1737) fix PR comments * feat(SW-1737) updated member tiers svg * feat(SW-1737) updated how to handle paymentMethodDescription * feat(SW-1737) fixes after testing mystay * feat(SW-1737) updated Room type to just use whats used * feat(SW-1737) fixed access * feat(SW-1737) refactor my stay after PR comments * feat(SW-1737) fix roomNumber translation * feat(SW-1737) removed log Approved-by: Arvid Norlin
19 lines
1.3 KiB
TypeScript
19 lines
1.3 KiB
TypeScript
export { default as BestFriend } from "./Level/DoubleRow/BestFriend"
|
|
export { default as CloseFriend } from "./Level/DoubleRow/CloseFriend"
|
|
export { default as DearFriend } from "./Level/DoubleRow/DearFriend"
|
|
export { default as GoodFriend } from "./Level/DoubleRow/GoodFriend"
|
|
export { default as LoyalFriend } from "./Level/DoubleRow/LoyalFriend"
|
|
export { default as NewFriend } from "./Level/DoubleRow/NewFriend"
|
|
export { default as ScandicFamily } from "./Level/DoubleRow/ScandicFamily"
|
|
export { default as ScandicFriends } from "./Level/DoubleRow/ScandicFriends"
|
|
export { default as TrueFriend } from "./Level/DoubleRow/TrueFriend"
|
|
export { default as BestFriendSingle } from "./Level/SingleRow/BestFriend"
|
|
export { default as CloseFriendSingle } from "./Level/SingleRow/CloseFriend"
|
|
export { default as DearFriendSingle } from "./Level/SingleRow/DearFriend"
|
|
export { default as GoodFriendSingle } from "./Level/SingleRow/GoodFriend"
|
|
export { default as LoyalFriendSingle } from "./Level/SingleRow/LoyalFriend"
|
|
export { default as NewFriendSingle } from "./Level/SingleRow/NewFriend"
|
|
export { default as ScandicFamilySingle } from "./Level/SingleRow/ScandicFamily"
|
|
export { default as ScandicFriendsSingle } from "./Level/SingleRow/ScandicFriends"
|
|
export { default as TrueFriendSingle } from "./Level/SingleRow/TrueFriend"
|