import React from 'react'; export class SearchBox extends React.Component { render() { return (

Hello

); } }