Remove import React for consistency (#5804)

This commit is contained in:
이동현
2023-03-24 00:57:32 +09:00
committed by GitHub
parent 2f8bd3019e
commit ccc8d1d44f

View File

@@ -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: [