/* @flow */ 'use strict'; import React from 'react'; const Confirmation = () => { return (

Complete the action on your TREZOR device

); } export default Confirmation;