import { Search } from "./Search"; export function Layout({ children }: { children?: React.ReactNode }) { return (