mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
remove unused imports
This commit is contained in:
@@ -394,8 +394,6 @@ export default function App() {
|
||||
```
|
||||
|
||||
```js RowList.js
|
||||
import { Children } from 'react';
|
||||
|
||||
export function RowList({ children }) {
|
||||
return (
|
||||
<div className="RowList">
|
||||
@@ -463,8 +461,6 @@ function MoreRows() {
|
||||
```
|
||||
|
||||
```js RowList.js
|
||||
import { Children } from 'react';
|
||||
|
||||
export function RowList({ children }) {
|
||||
return (
|
||||
<div className="RowList">
|
||||
|
||||
Reference in New Issue
Block a user