Skip to content

Commit 30a9dc6

Browse files
committed
fix: correctly import googlemaps types
1 parent 12c6d5b commit 30a9dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {} from 'googlemaps';
1+
import 'googlemaps';
22

33
interface GoogleMapOptions {
44
container: HTMLElement;

0 commit comments

Comments
 (0)