"use client"; import { SettingsIcon } from "lucide-react"; import { CustomButton } from "../ui/custom"; export const ManageGroupsButton = () => { return ( } > Manage Groups ); };