fix: add use client directive

This commit is contained in:
Lucas Smith
2024-03-08 12:34:49 +00:00
parent 08201240d2
commit 40343d1c72

View File

@ -1,3 +1,5 @@
'use client';
import { useRef, useState } from 'react';
import { getRecipientType } from '@documenso/lib/client-only/recipient-type';