/* @flow */ import React from 'react'; import styled from 'styled-components'; import { H3 } from 'components/Heading'; const Wrapper = styled.div``; const Header = styled.div` padding: 48px; `; const ConfirmAction = () => (

Confirm Action on your Trezor

); export default ConfirmAction;