Skip to content

Commit 7aab391

Browse files
committed
run npm audit fix
1 parent c4f3b62 commit 7aab391

File tree

2 files changed

+460
-247
lines changed

2 files changed

+460
-247
lines changed

examples/Container.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Loading = () => <div>Fancy loading container</div>;
8383

8484
export default withRouter(
8585
GoogleApiWrapper({
86-
apiKey: __GAPI_KEY__,
86+
apiKey: "AIzaSyBmKndjKlOVyWQTpFeU5JOKg9N4I0W772s",
8787
libraries: ['places', 'visualization'],
8888
LoadingContainer: Loading
8989
})(Container)

0 commit comments

Comments
 (0)