Skip to content

Commit

Permalink
src/default-location-searches.js: import/no-anonymous-default-export
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnito committed Feb 15, 2021
1 parent 135ae99 commit cbc459c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/default-location-searches.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { LatLng, LatLngBounds } = sdkTypes;
//
// Each item in the array should be an object with a unique `id` (String) and a
// `predictionPlace` (util.types.place) properties.
export default [
const defaultLocations = [
{
id: 'default-helsinki',
predictionPlace: {
Expand Down Expand Up @@ -44,3 +44,4 @@ export default [
},
},
];
export default defaultLocations;

0 comments on commit cbc459c

Please sign in to comment.