1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
This commit is contained in:
muerwre 2019-08-22 21:08:42 +07:00
parent a662256221
commit 148974ab7d
8 changed files with 56 additions and 9 deletions

View file

@ -1,5 +1,10 @@
import { IBlock, INode } from '../types';
export const NODE_ACTIONS = {
SAVE: 'NODE.SAVE',
SET_SAVE_ERRORS: 'NODE.SET_SAVE_ERRORS',
};
export const EMPTY_BLOCK: IBlock = {
type: null,
files: [],