import { TiUserAdd } from "react-icons/ti"; import { Link } from "lucide-react"; import { FaXTwitter } from "react-icons/fa6"; import { useCopyToClipboard } from "react-use"; import { toast } from "sonner"; import { Button } from "@/components/ui/button"; import { Dialog, DialogContent, DialogTitle, DialogTrigger, } from "@/components/ui/dialog"; export function InviteFriends() { // eslint-disable-next-line @typescript-eslint/no-unused-vars const [_, copyToClipboard] = useCopyToClipboard(); return (
😎
😇
😜

Invite your friends to join us!

Support us and share the love and let them know about our awesome platform.

); }