import CustomLoading from "@/app/component/loading/Custom"; import Item from "./Item"; function Locations({ addresses, bookableAddressUuids = [] }) { if (!addresses?.length) return null; const bookable = new Set(bookableAddressUuids); return (

موقعیت مکانی{" "}

); } export default Locations;