diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index 13c681a01..38ef2c329 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -11,6 +11,7 @@ import { PencilSquareIcon, TrashIcon, UserPlusIcon, + EnvelopeIcon, XMarkIcon, } from "@heroicons/react/24/outline"; import { getUserFromToken } from "@documenso/lib/server"; @@ -329,11 +330,13 @@ const RecipientsPage: NextPageWithLayout = (props: any) => {