'use client' import UserInput from './UserInput' const Search = () => { return (
) } export default Search