Skip to content

Commit

Permalink
Merge pull request #21 from matthewaptaylor/master
Browse files Browse the repository at this point in the history
fix: use case-insensitive imports for TypeScript support
  • Loading branch information
bertspaan authored Jan 15, 2024
2 parents 40340db + 3b7f1e6 commit 8d932ef
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 8d932ef

Please sign in to comment.