1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 08:36:41 +07:00

tried to make upload sagas

This commit is contained in:
muerwre 2019-08-07 15:09:28 +07:00
parent caf85c104f
commit 3872ff5903
9 changed files with 180 additions and 80 deletions
src/redux

View file

@ -67,6 +67,7 @@ export interface IFile {
export interface IFileWithUUID {
temp_id?: UUID;
file: File;
subject: string;
}
export interface IBlock {