Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nonoakij committed May 22, 2024
1 parent 264e146 commit e1c2580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/src/content/docs/guides/5-validation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export async function sum(a: number, b: number) {

`apps/workspace/app/sum-button.tsx` を追加します。

```bash
touch apps/workspace/app/sum-button.tsx
```

```tsx
// apps/workspace/app/sum-button.tsx
"use client";
Expand Down

0 comments on commit e1c2580

Please sign in to comment.