diff --git a/beta/src/content/apis/react/Children.md b/beta/src/content/apis/react/Children.md index 06cef1ae7..ac39c0a10 100644 --- a/beta/src/content/apis/react/Children.md +++ b/beta/src/content/apis/react/Children.md @@ -394,8 +394,6 @@ export default function App() { ``` ```js RowList.js -import { Children } from 'react'; - export function RowList({ children }) { return (
@@ -463,8 +461,6 @@ function MoreRows() { ``` ```js RowList.js -import { Children } from 'react'; - export function RowList({ children }) { return (