feat(SW-880): update facility type rendering

This commit is contained in:
Fredrik Thorsson
2024-11-19 08:05:14 +01:00
committed by Joakim Jäderberg
parent c1152109c3
commit ce6914a7e4
9 changed files with 35 additions and 61 deletions
@@ -2,4 +2,5 @@ import type { Hotel } from "@/types/hotel"
export type WellnessAndExerciseSidePeekProps = {
healthFacilities: Hotel["healthFacilities"]
buttonUrl?: string
}