Skip to content

Instantly share code, notes, and snippets.

@surajitbasak109
Created February 10, 2020 20:09
Show Gist options
  • Save surajitbasak109/c32685291d2065d82bff52a5aefdf780 to your computer and use it in GitHub Desktop.
Save surajitbasak109/c32685291d2065d82bff52a5aefdf780 to your computer and use it in GitHub Desktop.
import React from 'react'
const SearchItemsList = () => {
return (
<div>
hello from search item list
</div>
)
}
export default SearchItemsList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment