removed comments

pull/127/head
Szymon Lesisz 6 years ago
parent 6addcb6cde
commit be34d85fdd

@ -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'>;
}

Loading…
Cancel
Save