- Linting... Prettier...
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
import {
|
||||
BLOCK_UI,
|
||||
UNBLOCK_UI,
|
||||
} from '../constants/actionTypes.js';
|
||||
import { BLOCK_UI, UNBLOCK_UI } from '../constants/actionTypes.js';
|
||||
|
||||
export const blockUI = () => ({
|
||||
type: BLOCK_UI,
|
||||
type: BLOCK_UI,
|
||||
});
|
||||
|
||||
export const unblockUI = () => ({
|
||||
type: UNBLOCK_UI,
|
||||
type: UNBLOCK_UI,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user