We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fed61d commit 873d068Copy full SHA for 873d068
apps/demos/Demos/FileUploader/FileUploading/React/index.tsx
@@ -6,6 +6,6 @@ import 'anti-forgery';
6
import App from './App.tsx';
7
8
ReactDOM.render(
9
- <App />,
+ <App />,
10
document.getElementById('app'),
11
);
0 commit comments