import React, { Component } from 'react' import { Trans, translate } from 'react-i18next' import './Explanation.css' import withColours from './withColours' import ResultView from './ResultView/ResultView' @translate() @withColours export default class Explanation extends Component { render() { return (