이동현
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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: [ |
|
|
|