/* @flow */ 'use strict'; import React from 'react'; import Header from '../common/Header'; import Footer from '../common/Footer'; export default (props: any): any => { return (

The private bank in your hands.

TREZOR Wallet is an easy-to-use interface for your TREZOR.

TREZOR Wallet allows you to easily control your funds, manage your balance and initiate transfers.

Connect TREZOR to continue

{/*

Don't have TREZOR? Get one

*/}

Don't have TREZOR? Get one

); }