Skip to content

Commit

Permalink
remove email campaigns factory and export it as a standard component
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelblum committed Nov 15, 2024
1 parent 9f268aa commit 29758fb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/cyan-ties-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@comet/brevo-admin": major
---

Remove factory createEmailCampaignsPage

The `EmailCampaignsPage` can now be used like this:

```tsx
<EmailCampaignsPage EmailCampaignContentBlock={EmailCampaignContentBlock} />
```

0 comments on commit 29758fb

Please sign in to comment.