Skip to content

Commit d5e5a95

Browse files
committed
Importing missing Render component.
1 parent 6ab6f95 commit d5e5a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/reference/durable-objects-migrations.mdx

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

8-
import { GlossaryTooltip, WranglerConfig, Steps, Details } from "~/components";
8+
import { Render, GlossaryTooltip, WranglerConfig, Steps, Details } from "~/components";
99

1010
A migration is a mapping process from a class name to a runtime state. This process communicates the changes to the Workers runtime and provides the runtime with instructions on how to deal with those changes.
1111

0 commit comments

Comments
 (0)