Skip to content

Commit

Permalink
fix: use case-insensitive imports for TypeScript support
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewaptaylor committed Jan 14, 2024
1 parent 40340db commit 3b7f1e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Leaflet.GeotagPhoto.Camera.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import L from 'Leaflet'
import L from 'leaflet'
import { fromFeature } from 'field-of-view'

import GeotagPhotoCameraControl from './Leaflet.GeotagPhoto.CameraControl'
Expand Down
2 changes: 1 addition & 1 deletion src/Leaflet.GeotagPhoto.CameraControl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import L from 'Leaflet'
import L from 'leaflet'

export default L.Control.extend({
options: {
Expand Down
2 changes: 1 addition & 1 deletion src/Leaflet.GeotagPhoto.Crosshair.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import L from 'Leaflet'
import L from 'leaflet'

export default L.Evented.extend({
options: {
Expand Down

0 comments on commit 3b7f1e6

Please # to comment.