refactor(SW-302)

This commit is contained in:
Matilda Landström
2024-10-07 17:30:24 +02:00
parent df5b6be4f8
commit 150f0f0e4e
6 changed files with 46 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
import type { Amenities } from "@/types/hotel"
export type AmentiesListProps = {
export type AmenitiesListProps = {
detailedFacilities: Amenities
}