| 1 | import { set, when, equals, toggle, increment } from 'cerebral/operators'; |
| 2 | import { state, props, string } from 'cerebral/tags'; |
| 3 | import * as actions from './actions'; |
| 4 | import { closeTabByIndex } from '../../actions'; |
nothing calls this directly
no test coverage detected