We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4ce83 commit 0fed61dCopy full SHA for 0fed61d
apps/demos/Demos/FileUploader/FileUploading/ReactJs/index.js
@@ -2,10 +2,6 @@ import React from 'react';
2
import ReactDOM from 'react-dom';
3
// eslint-disable-next-line import/no-unresolved
4
import 'anti-forgery';
5
-
6
import App from './App.js';
7
8
-ReactDOM.render(
9
- <App />,
10
- document.getElementById('app'),
11
-);
+ReactDOM.render(<App />, document.getElementById('app'));
0 commit comments