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> <Sandpack>
```js ```js
import React, { Fragment } from 'react'; import { Fragment } from 'react';
const poem = { const poem = {
lines: [ lines: [

Loading…
Cancel
Save