import { Input } from "@/app/_components/ui/input"; /** * Global search — submits a GET to /memories with `?q=`. Server-rendered * results page handles the actual memory.search call. */ export function SearchBox() { return (
); }