Skip to content

Commit

Permalink
fullscreen.(ts|js) fullscreen accessibility tutorial integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Nov 14, 2024
1 parent 8e6cdf3 commit b917b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tutorial/accessibility/fullscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import 'leaflet/dist/leaflet.css'
import { type Map } from '@stassi/leaf'

const altText = 'Kyiv',
map: Map = await (
await import('../../leaf/map/map.js')
).map({
map: Map = (
await import('../../leaf/map/fullscreen/fullscreen.js')
).fullscreenMap({
center: [50.4501, 30.5234],
id: 'map',
zoom: 4,
Expand Down

0 comments on commit b917b28

Please sign in to comment.