Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
aviklai committed Feb 17, 2022
1 parent 8d0b61d commit d63355f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import * as L from 'leaflet';
import { createLayerComponent, updateGridLayer, LeafletContextInterface, LayerProps } from '@react-leaflet/core';
import 'leaflet.gridlayer.googlemutant';
import 'leaflet.gridlayer.googlemutant/dist/Leaflet.GoogleMutant';
import { Loader, LoaderOptions } from '@googlemaps/js-api-loader';


Expand Down

0 comments on commit d63355f

Please sign in to comment.