feat(SW-750): fix typo

This commit is contained in:
Fredrik Thorsson
2024-11-19 16:43:53 +01:00
parent cbc8081676
commit 1881f6646d
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import type { Hotel, HotelAddress } from "@/types/hotel"
export type AboutTheHotelSidePeekProps = {
hotelAdress: HotelAddress
hotelAddress: HotelAddress
coordinates: {
lat: number
lng: number