diff --git a/src/leaf/map/fullscreen/control/added-listener.ts b/src/leaf/map/fullscreen/control/added-listener.ts index f9127c4..6d07a5d 100644 --- a/src/leaf/map/fullscreen/control/added-listener.ts +++ b/src/leaf/map/fullscreen/control/added-listener.ts @@ -1,10 +1,9 @@ -import { type Map } from 'leaflet' - import { type ControlAnchorOnClick } from './anchor/anchor' import { type RefreshableControlAnchorTitle } from './anchor/refreshable-title' import { type ControlOnAdd, + type Map, type ToggleableState, preventEventDefault, stopEventPropagation,