Skip to content

Commit ccc8d1d

Browse files
authored
Remove import React for consistency (#5804)
1 parent 2f8bd30 commit ccc8d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/rendering-lists.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ Alternatively, you could render a collection of fragments which contain `<hr />`
12131213
<Sandpack>
12141214

12151215
```js
1216-
import React, { Fragment } from 'react';
1216+
import { Fragment } from 'react';
12171217

12181218
const poem = {
12191219
lines: [

0 commit comments

Comments
 (0)