Skip to content

Commit 3825901

Browse files
committed
fix: remove unused Alert import that breaks build
1 parent 7b991d1 commit 3825901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/email-service/concepts/email-lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
order: 2
88
---
99

10-
import { Tabs, TabItem, Alert } from "~/components";
10+
import { Tabs, TabItem } from "~/components";
1111

1212
The email lifecycle describes the complete journey of an email from the initial send request through final delivery status. Understanding this process helps you optimize your email implementation and troubleshoot delivery issues.
1313

0 commit comments

Comments
 (0)