Skip to content

Commit c2dbf96

Browse files
author
Morten N.O. Henriksen
committed
Format JsonInclusion.js using prettier
1 parent 5b35c42 commit c2dbf96

File tree

1 file changed

+10
-11
lines changed
  • packages/react-scripts/fixtures/kitchensink/template/src/features/webpack

1 file changed

+10
-11
lines changed

packages/react-scripts/fixtures/kitchensink/template/src/features/webpack/JsonInclusion.js

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
import React from 'react';
9-
import abstractJson from './assets/abstract.json';
10-
11-
const { abstract } = abstractJson;
12-
13-
const JsonInclusion = () => (
14-
<summary id="feature-json-inclusion">{abstract}</summary>
15-
);
16-
17-
export default JsonInclusion;
18-
8+
import React from 'react';
9+
import abstractJson from './assets/abstract.json';
10+
11+
const { abstract } = abstractJson;
12+
13+
const JsonInclusion = () => (
14+
<summary id="feature-json-inclusion">{abstract}</summary>
15+
);
16+
17+
export default JsonInclusion;

0 commit comments

Comments
 (0)