mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 12:59:09 +00:00
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
|
/* @flow */
|
||
|
'use strict';
|
||
|
|
||
|
export const ADD: string = 'notification__add';
|
||
|
export const CLOSE: string = 'notification__close';
|
||
|
export const REMOVE: string = 'account__remove';
|