feat: implement webhooks

This commit is contained in:
Catalin Pit
2024-02-06 16:00:28 +02:00
parent fe4345eeb9
commit edeeaa5651
8 changed files with 306 additions and 2 deletions

View File

@ -0,0 +1,3 @@
export const CreateWebhookDialog = ({ trigger, ...props }: CreateWebhookDialogProps) => {
return <h1>test</h1>;
};