1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00
trezor-wallet/src/js/actions/constants/notification.js

6 lines
175 B
JavaScript
Raw Normal View History

2018-02-20 09:30:36 +00:00
/* @flow */
'use strict';
export const ADD: string = 'notification__add';
export const CLOSE: string = 'notification__close';
export const REMOVE: string = 'account__remove';