import React, { memo } from 'react'; export const DropMarker = memo( function DropMarker() { return (
); }, () => true, );