import type React from "react"; import type { Group } from "@components/CommandPalette/Index.js"; import { Combobox } from "@headlessui/react"; import { ChevronRightIcon } from "@heroicons/react/24/outline"; export interface SearchResultProps { group: Group; } export const SearchResult = ({ group }: SearchResultProps): JSX.Element => { return (