// Copyright 2015-2018 Parity Technologies (UK) Ltd. // This file is part of Parity. // // SPDX-License-Identifier: MIT import React, { Component } from 'react'; import ethereumIcon from '../assets/img/tokens/ethereum.png'; class Send extends Component { render () { return (
ethereum
Ethereum
42.89
); } } export default Send;