Skip to content

Commit

Permalink
added global to GoogleMapProvider.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunsinghofficial committed Sep 16, 2024
1 parent 184bc7a commit c98c7f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/map/GoogleMap.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script>
/* global google */
import { browser } from '$app/environment';
import { createEventDispatcher, onMount, onDestroy } from 'svelte';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Provider/GoogleMapProvider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { loadGoogleMapsLibrary, createMap, nightModeStyles } from '$lib/googleMaps';

/* global google */
export default class GoogleMapProvider {
constructor(apiKey) {
this.apiKey = apiKey;
Expand Down

0 comments on commit c98c7f9

Please sign in to comment.