Skip to content

Commit

Permalink
dom-element fullscreen submodule renamed from dom-node-class
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Nov 15, 2024
1 parent d23f15a commit 150fcb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leaf/map/fullscreen/fullscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from 'leaflet'

import { controlAddedListener } from './control/control-added-listener'
import { joinClassNames } from './dom-node-class/join-class-names'
import { joinClassNames } from './dom-element/join-class-names'
import { mapLifecycleListener } from './map/map-lifecycle-listener'
import { useBoolean } from './state/use-boolean'
import { type UseLink, useLink } from './state/use-link'
Expand Down

0 comments on commit 150fcb2

Please sign in to comment.