diff --git a/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx b/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx index efd91e8fe..33c511638 100644 --- a/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx +++ b/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx @@ -12,7 +12,7 @@ import Title from "@/components/TempDesignSystem/Text/Title" import styles from "./sidebar.module.css" import type { SidebarProps } from "@/types/components/hotelPage/map/sidebar" -import { Coordinates } from "@/types/components/maps/coordinates" +import type { Coordinates } from "@/types/components/maps/coordinates" export default function Sidebar({ activePoi,