Choices/src/scripts/actions/general.js

7 lines
131 B
JavaScript
Raw Normal View History

2018-11-04 14:28:25 +01:00
/* eslint-disable import/prefer-default-export */
export const setIsLoading = isLoading => ({
type: 'LOADING',
isLoading,
});