feat(SW-340): added types

This commit is contained in:
Pontus Dreij
2024-11-08 12:33:41 +01:00
parent bd1d0d28d4
commit a47da33343
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
import styles from "./hotelCardDialog.module.css"
import { HotelCardDialogProps } from "@/types/components/hotelReservation/selectHotel/map"
import type { HotelCardDialogProps } from "@/types/components/hotelReservation/selectHotel/map"
export default function HotelCardDialog({
pin,

View File

@@ -11,7 +11,7 @@ import ScandicMarker from "../../Markers/Scandic"
import styles from "./hotelMapContent.module.css"
import { PointOfInterest } from "@/types/hotel"
import type { PointOfInterest } from "@/types/hotel"
export default function HotelMapContent({
coordinates,