import { normalizeURL } from "@/lib/normalizeURL"; export default function (props: { children: React.ReactNode; query: string; selected: boolean }) { if (props.selected) { return (