| 1 | import { createActionSet } from 'utils'; |
| 2 | |
| 3 | export const DELETE_ISSUE_COMMENT = createActionSet('DELETE_ISSUE_COMMENT'); |
| 4 | export const EDIT_ISSUE_COMMENT = createActionSet('EDIT_ISSUE_COMMENT'); |
nothing calls this directly
no test coverage detected