import { UserGroupIcon } from "@heroicons/react/24/outline"; import { memo } from "react"; import cn from "@/helpers/cn"; interface GroupsProps { className?: string; } const Groups = ({ className = "" }: GroupsProps) => { return (