mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
feat: implement webhooks
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
export const CreateWebhookDialog = ({ trigger, ...props }: CreateWebhookDialogProps) => {
|
||||
return <h1>test</h1>;
|
||||
};
|
||||
Reference in New Issue
Block a user