1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

removed comments

This commit is contained in:
Szymon Lesisz 2018-10-05 09:26:49 +02:00
parent 6addcb6cde
commit be34d85fdd

View File

@ -21,7 +21,6 @@ type InstallTarget = {
preferred: boolean;
}
// { id: 'Windows', value: 'trezor-bridge-2.0.11-win32-install.exe', label: 'Windows' },
type State = {
currentVersion: string;
latestVersion: string;
@ -30,8 +29,6 @@ type State = {
uri: string;
}
// import type { Props } from './index';
type Props = {
transport: $ElementType<TrezorConnectState, 'transport'>;
}