hungergames/src/store/mutations-types.js

3 lines
110 B
JavaScript

export const STORE_QUESTS_ITEMS = 'STORE_QUESTS_ITEMS';
export const REMOVE_QUEST_ITEM = 'REMOVE_QUEST_ITEM';