DigitalConsumer.FixMyGlass/src/constants/store-mutations.js
2022-01-10 15:36:49 -05:00

9 lines
211 B
JavaScript

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