Skip to content

Commit

Permalink
Fix Google basemap in playground (#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
alasarr committed Oct 24, 2020
1 parent 8db4485 commit 76085c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/playground/src/deck-with-google-maps.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global console, document, window */
import React, {Component} from 'react';
import {GoogleMapsOverlay} from 'deck.gl';
import {GoogleMapsOverlay} from '@deck.gl/google-maps';

const HOST = 'https://maps.googleapis.com/maps/api/js';
const LOADING_GIF = 'https://upload.wikimedia.org/wikipedia/commons/d/de/Ajax-loader.gif';
Expand Down

0 comments on commit 76085c7

Please sign in to comment.