import React from 'react' class InfoDialog extends React.Component { constructor(props) { super(props) this.state = { open: false, } } }