import React, {Component, PropTypes} from 'react' import {connect} from 'react-redux'; import Identicon from '../../../../ui/app/components/identicon' import Breadcrumbs from './breadcrumbs' class UniqueImageScreen extends Component { static propTypes = { address: PropTypes.string, next: PropTypes.func.isRequired } render() { return (