Browse Source

remove unused imports

main
dan 2 years ago
committed by GitHub
parent
commit
fba9eabb9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      beta/src/content/apis/react/Children.md

4
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 (
<div className="RowList">
@ -463,8 +461,6 @@ function MoreRows() {
```
```js RowList.js
import { Children } from 'react';
export function RowList({ children }) {
return (
<div className="RowList">

Loading…
Cancel
Save