[Beta] Fixed Semicolon missing in a code snippet. #5337 (#5360)

* [Beta] Fixed Semicolon missing in a code snippet. #5337

* [Beta] Fixed Semicolon missing in a code snippet. reactjs#5337
This commit is contained in:
Abhinandan Wadhwa
2022-12-14 20:25:25 +05:30
committed by GitHub
parent 5d651446fc
commit 06d472dcf0
2 changed files with 2 additions and 2 deletions

View File

@@ -489,7 +489,7 @@ export default function TeaSet() {
<Cup />
<Cup />
</>
)
);
}
```

View File

@@ -109,7 +109,7 @@ export default function TeaSet() {
<Cup />
<Cup />
</>
)
);
}
```