Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Dec 10, 2024
1 parent 066309f commit ff43b73
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion .changeset/selfish-dogs-deny.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
---

Export all components to substitute @react-email/components

40 changes: 20 additions & 20 deletions packages/react-email/src/package/index.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
export * from "@react-email/body";
export * from "@react-email/button";
export * from "@react-email/code-block";
export * from "@react-email/code-inline";
export * from "@react-email/column";
export * from "@react-email/container";
export * from "@react-email/font";
export * from "@react-email/head";
export * from "@react-email/heading";
export * from "@react-email/hr";
export * from "@react-email/html";
export * from "@react-email/img";
export * from "@react-email/link";
export * from "@react-email/markdown";
export * from "@react-email/preview";
export * from "@react-email/render";
export * from "@react-email/row";
export * from "@react-email/section";
export * from "@react-email/tailwind";
export * from "@react-email/text";
export * from '@react-email/body';
export * from '@react-email/button';
export * from '@react-email/code-block';
export * from '@react-email/code-inline';
export * from '@react-email/column';
export * from '@react-email/container';
export * from '@react-email/font';
export * from '@react-email/head';
export * from '@react-email/heading';
export * from '@react-email/hr';
export * from '@react-email/html';
export * from '@react-email/img';
export * from '@react-email/link';
export * from '@react-email/markdown';
export * from '@react-email/preview';
export * from '@react-email/render';
export * from '@react-email/row';
export * from '@react-email/section';
export * from '@react-email/tailwind';
export * from '@react-email/text';

0 comments on commit ff43b73

Please sign in to comment.