remove unused imports

This commit is contained in:
dan
2022-10-07 23:54:48 +01:00
committed by GitHub
parent 06ab241633
commit fba9eabb9e

View File

@@ -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">