Skip to content

Commit

Permalink
chore(StyledMap): add a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
wuct committed May 18, 2015
1 parent 16e7c00 commit 176ab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gh-pages/scripts/components/basics/StyledMap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react/addons";
import {GoogleMaps} from "react-google-maps";
import InfoBox from "react-google-maps/addons/InfoBox"
import InfoBox from "react-google-maps/addons/InfoBox";

class StyledMap extends React.Component {

Expand Down

0 comments on commit 176ab42

Please sign in to comment.