Skip to content

Commit

Permalink
fix(export): Export geocodeByAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken committed Jul 10, 2016
1 parent f9e45a4 commit db56263
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
import PlacesAutocomplete from './PlacesAutocomplete'
import { geocodeByAddress } from './utils'

export {
geocodeByAddress
}

export default PlacesAutocomplete

0 comments on commit db56263

Please sign in to comment.