Skip to content

Commit

Permalink
run npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkovar committed Jul 11, 2020
1 parent c4f3b62 commit 7aab391
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 247 deletions.
2 changes: 1 addition & 1 deletion examples/Container.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Loading = () => <div>Fancy loading container</div>;

export default withRouter(
GoogleApiWrapper({
apiKey: __GAPI_KEY__,
apiKey: "AIzaSyBmKndjKlOVyWQTpFeU5JOKg9N4I0W772s",
libraries: ['places', 'visualization'],
LoadingContainer: Loading
})(Container)
Expand Down
Loading

0 comments on commit 7aab391

Please sign in to comment.