(type)
| 21 | } |
| 22 | |
| 23 | export function showComposerWithType(type) { |
| 24 | return { type: types.SHOW_COMPOSER_WITH_TYPE, data: type } |
| 25 | } |
| 26 | |
| 27 | export function setOutput(output) { |
| 28 | console.log('inside ui actions', output) |
no outgoing calls
no test coverage detected