Add origins and calculation of distance and duration

This commit is contained in:
2019-03-02 11:45:45 +01:00
parent 9661a07e31
commit fc0e546219
11 changed files with 165 additions and 26 deletions
+5 -2
View File
@@ -1,5 +1,6 @@
export {
findEvents
findEvents,
fetchAddress,
} from './queries';
export {
@@ -7,5 +8,7 @@ export {
ignoreDanceHall,
ignoreCity,
ignoreMunicipality,
ignoreState
ignoreState,
saveOrigin,
removeOrigin
} from './mutations';