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