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

Confirm action on your Trezor

); export default ConfirmAction;