import { Input } from "./Input.tsx"; export default function Search(props: { defaultValue: string | null }) { return (
); }