Created
February 10, 2020 20:09
-
-
Save surajitbasak109/c32685291d2065d82bff52a5aefdf780 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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