1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00
trezor-wallet/src/actions/constants/localStorage.js

6 lines
181 B
JavaScript
Raw Normal View History

2018-02-20 09:30:36 +00:00
/* @flow */
2018-07-30 10:52:13 +00:00
2018-04-16 21:19:50 +00:00
export const SAVE: 'storage__save' = 'storage__save';
export const READY: 'storage__ready' = 'storage__ready';
2019-03-04 12:33:02 +00:00
export const ERROR: 'storage__error' = 'storage__error';