Skip to content

Commit 45c69f6

Browse files
hank619zhanghong
authored andcommitted
fix(create-email): Tailwind imported from @react-email/tailwind which is not installed (#1387)
Co-authored-by: zhanghong <[email protected]>
1 parent 6297e7b commit 45c69f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-email/template/emails/vercel-invite-user.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import {
1313
Row,
1414
Section,
1515
Text,
16+
Tailwind,
1617
} from "@react-email/components";
17-
import { Tailwind } from "@react-email/tailwind";
1818
import * as React from "react";
1919

2020
interface VercelInviteUserEmailProps {

0 commit comments

Comments
 (0)