"use client"; export function SearchEmpty() { return (
No results found.
); }