hungergames/src/store/mutations-types.js

3 lines
110 B
JavaScript

export const IS_LOADING_QUESTS = 'IS_LOADING_QUESTS';
export const STORE_QUESTS_ITEMS = 'STORE_QUESTS_ITEMS';