DigitalConsumer.FixMyGlass/src/constants/store-mutations.js
FrankRua f3336470d2 POC
2022-01-12 16:28:49 -05:00

10 lines
249 B
JavaScript

const storeMutations = {
UPDATE_YEAR: "updateYear",
UPDATE_MAKE: "updateMake",
UPDATE_MODEL: "updateModel",
UPDATE_STYLE: "updateStyle",
UPDATE_VEHICLE: "updateVehicle",
UPDATE_LAST_PAGE: "updateLastPage",
};
export { storeMutations };