mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 04:12:34 +00:00
Remove import React for consistency (#5804)
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user