export const INCREMENT = "INCREMENT"; export function increment() { return { type: INCREMENT, }; }