diff --git a/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx b/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx index 3beb1413a..c059a9095 100644 --- a/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx +++ b/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx @@ -1,7 +1,7 @@ "use client" import { useMap } from "@vis.gl/react-google-maps" -import { useCallback, useState } from "react" +import { useState } from "react" import { useIntl } from "react-intl" import PoiMarker from "@/components/Maps/Markers/Poi"