import React from 'react'; export class SearchBox extends React.Component { render() { return ( <h1>Hello</h1> ); } }