Skip to content

Commit fba9eab

Browse files
authored
remove unused imports
1 parent 06ab241 commit fba9eab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

beta/src/content/apis/react/Children.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ export default function App() {
394394
```
395395

396396
```js RowList.js
397-
import { Children } from 'react';
398-
399397
export function RowList({ children }) {
400398
return (
401399
<div className="RowList">
@@ -463,8 +461,6 @@ function MoreRows() {
463461
```
464462

465463
```js RowList.js
466-
import { Children } from 'react';
467-
468464
export function RowList({ children }) {
469465
return (
470466
<div className="RowList">

0 commit comments

Comments
 (0)