We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084ac3d commit 23bdb9fCopy full SHA for 23bdb9f
1 file changed
src/App.js
@@ -1,8 +1,2 @@
1
-import React from 'react';
2
-import ReactDOM from 'react-dom';
3
-
4
-const App = () => {
5
- return <p>Hello world!</p>;
6
-};
7
8
-ReactDOM.render(<App />, document.getElementById('root'));
+// index.js
+// This is the main entry point of our application
0 commit comments