feat(SW-914): fix typos

This commit is contained in:
Fredrik Thorsson
2024-11-20 14:08:29 +01:00
parent 69e285d449
commit 55628f903a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import type { Hotel } from "@/types/hotel"
export type AmenitiesSidepeekProps = {
export type AmenitiesSidePeekProps = {
amenitiesList: Hotel["detailedFacilities"]
}