Skip to content

Commit 4050f96

Browse files
authored
「フォーム」の章のnode-emojiに関する演習問題にViewSourceコンポーネントを追加 (#820)
1 parent df6b06e commit 4050f96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/3-web-servers/06-form/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ app.get("/emojify", (request, response) => {
163163
app.listen(3000);
164164
```
165165

166+
<ViewSource url={import.meta.url} path="_samples/node-emoji-form" />
167+
166168
</Answer>
167169

168170
## 中級演習

0 commit comments

Comments
 (0)