hungergames/src/store/mutations-types.js

3 lines
110 B
JavaScript
Raw Normal View History

2017-09-29 18:12:00 +02:00
export const IS_LOADING_QUESTS = 'IS_LOADING_QUESTS';
export const STORE_QUESTS_ITEMS = 'STORE_QUESTS_ITEMS';