Skip to content

Commit

Permalink
remove stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayst committed Nov 10, 2018
1 parent a38ba8d commit 8113409
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 201 deletions.
32 changes: 0 additions & 32 deletions src/App.css

This file was deleted.

19 changes: 2 additions & 17 deletions src/App.js
@@ -1,25 +1,10 @@
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';

class App extends Component {
render() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
<div>
Hello world
</div>
);
}
Expand Down
4 changes: 0 additions & 4 deletions src/index.css
Expand Up @@ -8,7 +8,3 @@ body {
-moz-osx-font-smoothing: grayscale;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
6 changes: 0 additions & 6 deletions src/index.js
Expand Up @@ -2,11 +2,5 @@ import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';

ReactDOM.render(<App />, 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: http://bit.ly/CRA-PWA
serviceWorker.unregister();
7 changes: 0 additions & 7 deletions src/logo.svg

This file was deleted.

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

This file was deleted.

0 comments on commit 8113409

Please sign in to comment.