From fba9eabb9eee904e924cd746f591511b0d4e73f0 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 7 Oct 2022 23:54:48 +0100 Subject: [PATCH] remove unused imports --- beta/src/content/apis/react/Children.md | 4 ---- 1 file changed, 4 deletions(-) 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 (