import * as actions from './constants'; export const startAttach = () => ({ type: actions.START_ATTACH, }); export const finishAttach = () => ({ type: actions.FINISH_ATTACH, });