class Hello extends Component {
  constructor (props) {
    super(props)
    this.state = { visible: true }
  }
}