1 2 3 4 5
import { SearchInput } from "../search/SearchInput"; export default function TopNav() { return <SearchInput />; }