Skip to content

Commit 873d068

Browse files
fix lint warnings
1 parent 0fed61d commit 873d068

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

apps/demos/Demos/FileUploader/FileUploading/React/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import 'anti-forgery';
66
import App from './App.tsx';
77

88
ReactDOM.render(
9-
<App />,
9+
<App />,
1010
document.getElementById('app'),
1111
);

0 commit comments

Comments
 (0)