Browse Source

Remove `import React` for consistency (#5804)

main
이동현 2 years ago
committed by GitHub
parent
commit
ccc8d1d44f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/content/learn/rendering-lists.md

2
src/content/learn/rendering-lists.md

@ -1213,7 +1213,7 @@ Alternatively, you could render a collection of fragments which contain `<hr />`
<Sandpack>
```js
import React, { Fragment } from 'react';
import { Fragment } from 'react';
const poem = {
lines: [

Loading…
Cancel
Save