Skip to content

Commit d3f9825

Browse files
committed
Moving import line to the top
1 parent 2987f6a commit d3f9825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/examples/read-post.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ description: Serve an HTML form, then read POST requests. Use also to read JSON
1717
or POST data from an incoming request.
1818
---
1919

20+
import { TabItem, Tabs, Render } from "~/components";
21+
2022
If you want to get started quickly, click on the button below.
2123

2224
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/docs-examples/tree/main/workers/read-post)
2325

2426
This creates a repository in your GitHub account and deploys the application to Cloudflare Workers.
2527

26-
import { TabItem, Tabs, Render } from "~/components";
27-
2828
<Tabs syncKey="workersExamples"> <TabItem label="JavaScript" icon="seti:javascript">
2929

3030
```js

0 commit comments

Comments
 (0)