Skip to content

Commit

Permalink
add components and utils folders to src, delete serviceWorker and sim…
Browse files Browse the repository at this point in the history
…ilarly superfluous files, and fix file paths
  • Loading branch information
plasticneuron committed Jan 15, 2020
1 parent 619778f commit dfb3ab0
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 187 deletions.
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
10 changes: 0 additions & 10 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down
26 changes: 0 additions & 26 deletions src/App.js

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions src/components/App/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">

</div>
);
}

export default App;
File renamed without changes.
8 changes: 1 addition & 7 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
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/App';

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

This file was deleted.

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

This file was deleted.

0 comments on commit dfb3ab0

Please sign in to comment.