feat(SW-340): added types
This commit is contained in:
@@ -14,7 +14,7 @@ import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
|
|||||||
|
|
||||||
import styles from "./hotelCardDialog.module.css"
|
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({
|
export default function HotelCardDialog({
|
||||||
pin,
|
pin,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import ScandicMarker from "../../Markers/Scandic"
|
|||||||
|
|
||||||
import styles from "./hotelMapContent.module.css"
|
import styles from "./hotelMapContent.module.css"
|
||||||
|
|
||||||
import { PointOfInterest } from "@/types/hotel"
|
import type { PointOfInterest } from "@/types/hotel"
|
||||||
|
|
||||||
export default function HotelMapContent({
|
export default function HotelMapContent({
|
||||||
coordinates,
|
coordinates,
|
||||||
|
|||||||
Reference in New Issue
Block a user