Skip to content

Commit 0fed61d

Browse files
fix lint warnings
1 parent ee4ce83 commit 0fed61d

File tree

1 file changed

+1
-5
lines changed
  • apps/demos/Demos/FileUploader/FileUploading/ReactJs

1 file changed

+1
-5
lines changed

apps/demos/Demos/FileUploader/FileUploading/ReactJs/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ import React from 'react';
22
import ReactDOM from 'react-dom';
33
// eslint-disable-next-line import/no-unresolved
44
import 'anti-forgery';
5-
65
import App from './App.js';
76

8-
ReactDOM.render(
9-
<App />,
10-
document.getElementById('app'),
11-
);
7+
ReactDOM.render(<App />, document.getElementById('app'));

0 commit comments

Comments
 (0)