Skip to content

Commit

Permalink
Kick off
Browse files Browse the repository at this point in the history
  • Loading branch information
fernanda1411 committed Oct 2, 2020
1 parent fff6e2f commit b397004
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 232 deletions.
38 changes: 0 additions & 38 deletions src/App.css

This file was deleted.

26 changes: 0 additions & 26 deletions src/App.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/App.test.js

This file was deleted.

3 changes: 3 additions & 0 deletions src/components/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.App {

}
12 changes: 12 additions & 0 deletions src/components/App.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react';
import './App.css';

function App() {
return (
<div className="App">
React fun lab
</div>
);
}

export default App;
7 changes: 1 addition & 6 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';
import App from './components/App';

ReactDOM.render(
<React.StrictMode>
Expand All @@ -11,7 +10,3 @@ ReactDOM.render(
document.getElementById('root')
);

// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: https://bit.ly/CRA-PWA
serviceWorker.unregister();
7 changes: 0 additions & 7 deletions src/logo.svg

This file was deleted.

141 changes: 0 additions & 141 deletions src/serviceWorker.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/setupTests.js

This file was deleted.

0 comments on commit b397004

Please sign in to comment.