From af5d7c671af977b68523c19929a30da7daef02d9 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Mon, 21 Oct 2024 16:36:51 +0200 Subject: [PATCH] feat(SW-552): import type --- .../ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,