We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ab241 commit fba9eabCopy full SHA for fba9eab
beta/src/content/apis/react/Children.md
@@ -394,8 +394,6 @@ export default function App() {
394
```
395
396
```js RowList.js
397
-import { Children } from 'react';
398
-
399
export function RowList({ children }) {
400
return (
401
<div className="RowList">
@@ -463,8 +461,6 @@ function MoreRows() {
463
461
464
462
465
466
467
468
469
470
0 commit comments