Skip to content

Commit c279425

Browse files
Bradley Marquesraymond-lam
authored andcommitted
Resolves warning
1 parent 53e8cd7 commit c279425

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
@@ -3,9 +3,7 @@ import PlaygroundContainer from './PlaygroundContainer';
33

44
function App() {
55
return (
6-
<body>
7-
<PlaygroundContainer title='React JSON Schema Form Builder' />
8-
</body>
6+
<PlaygroundContainer title='React JSON Schema Form Builder' />
97
);
108
}
119

0 commit comments

Comments
 (0)