import HoverDecorator from 'Components/utils/HoverDecorator' import withColours from 'Components/utils/withColours' import React, { Component } from 'react' import './SatisfactionSmiley.css' @withColours @HoverDecorator export default class SatisfactionSmiley extends Component { render() { return ( ) } }