1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 01:08:27 +00:00

remove unused constant WALLET.ON_BEFORE_UNLOAD

This commit is contained in:
Szymon Lesisz 2018-10-09 14:32:15 +02:00
parent c10b8baeba
commit 6a3e71f0a5

View File

@ -1,7 +1,5 @@
/* @flow */
export const ON_BEFORE_UNLOAD: 'wallet__on_before_unload' = 'wallet__on_before_unload';
export const TOGGLE_DEVICE_DROPDOWN: 'wallet__toggle_dropdown' = 'wallet__toggle_dropdown';
export const SET_INITIAL_URL: 'wallet__set_initial_url' = 'wallet__set_initial_url';
export const ONLINE_STATUS: 'wallet__online_status' = 'wallet__online_status';