Skip to content

Commit bd5139f

Browse files
Bradley Marquesraymond-lam
authored andcommitted
Runs prettier
1 parent 128f056 commit bd5139f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/src/App.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import React from 'react';
22
import PlaygroundContainer from './PlaygroundContainer';
33

44
function App() {
5-
return (
6-
<PlaygroundContainer title='React JSON Schema Form Builder' />
7-
);
5+
return <PlaygroundContainer title='React JSON Schema Form Builder' />;
86
}
97

108
export default App;

0 commit comments

Comments
 (0)