I am working on this Search.js file like the following:
const Searchbar = () => { ... const getResults = async () => { List=[...] } } export {