"use client"; import { AddIcon } from "../icons"; import { CustomButton } from "../ui/custom"; export const AddUserButton = () => { return (
} > Invite User
); };