Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 | 2x 2x 2x 2x | export const STATE_KEY = '@gce/relation'; export const FETCH_INSUREDS = `${STATE_KEY}/fetch-insureds`; export const SET_INSUREDS = `${STATE_KEY}/set-insureds`; export const SET_LOADING = `${STATE_KEY}/set-loading`; |