Skip to content

Instantly share code, notes, and snippets.

@hadoan
Created June 11, 2020 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadoan/1298c8936f55ce778e1b0ba385b63a4d to your computer and use it in GitHub Desktop.
Save hadoan/1298c8936f55ce778e1b0ba385b63a4d to your computer and use it in GitHub Desktop.
import React from "react"
const HomeSearch = () => {
return (
<h1>home search</h1>
)
}
export default HomeSearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment