Skip to content

Commit

Permalink
fix(addons/MarkerClusterer): add default export
Browse files Browse the repository at this point in the history
* Fixes #610
* Fixes #611
  • Loading branch information
tomchentw committed Sep 14, 2017
1 parent 53631f4 commit 4fe902e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/addons/MarkerClusterer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ export class MarkerClusterer extends React.PureComponent {
}
}

export default MarkerClusterer

/**
* @url http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/docs/reference.html#events
*/
Expand Down

0 comments on commit 4fe902e

Please sign in to comment.