labswp_2019_sose_geocaching/frontend/src/store/currentCache/state.js
2019-04-29 21:51:33 +02:00

6 lines
82 B
JavaScript

export default {
cache: {},
currentCacheID: null,
currentStationID: null,
}