Skip to content

Commit f0ce2f5

Browse files
committed
fix imports
1 parent 01a7ab5 commit f0ce2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/events-and-parameters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
import { MetaInfo, Render, Type, Type, WranglerConfig, TypeScriptExample } from "~/components";
9+
import { MetaInfo, Render, Type, WranglerConfig, TypeScriptExample } from "~/components";
1010

1111
When a Workflow is triggered, it can receive an optional event. This event can include data that your Workflow can act on, including request details, user data fetched from your database (such as D1 or KV) or from a webhook, or messages from a Queue consumer.
1212

0 commit comments

Comments
 (0)