header.js 145 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 export const UPDATE_LANE = 'UPDATE_LANE'; export function updateLane(updatedLane) { return { type: UPDATE_LANE, ...updatedLane }; };