Skip to content

Commit 23bdb9f

Browse files
committed
start with empty file
1 parent 084ac3d commit 23bdb9f

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/App.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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'));
1+
// index.js
2+
// This is the main entry point of our application

0 commit comments

Comments
 (0)