1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

added saga for boris load stats

This commit is contained in:
Fedor Katurov 2020-06-08 14:01:20 +07:00
parent f8b2b3707b
commit 29c3b8a26f
8 changed files with 83 additions and 7 deletions

View file

@ -0,0 +1,6 @@
const prefix = `BORIS.`;
export const BORIS_ACTIONS = {
SET_BORIS: `${prefix}SET_BORIS`,
LOAD_STATS: `${prefix}LOAD_STATS`,
};