Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakDev committed Oct 25, 2017
1 parent 0ae556c commit 7b4ec68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 135 deletions.
8 changes: 0 additions & 8 deletions src/App.test.js

This file was deleted.

21 changes: 9 additions & 12 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ import PageManager from './PageManager';
import Page from './Page';
import NavigationBar from './NavigationBar';

import registerServiceWorker from './registerServiceWorker';

ReactDOM.render(
<div>
<PageManager>
<Page style={{ background: 'red' }} name="home" exact path="/" />
<Page style={{ background: 'green' }} name="page 2" exact path="/two" />
<Page style={{ background: 'blue' }} name="page 3" exact path="/three" />
<NavigationBar position="bottom" />
</PageManager>
</div>
, document.getElementById('root'));
registerServiceWorker();
<div>
<PageManager>
<Page style={{ background: 'red' }} name="home" exact path="/" />
<Page style={{ background: 'green' }} name="page 2" exact path="/two" />
<Page style={{ background: 'blue' }} name="page 3" exact path="/three" />
<NavigationBar position="bottom" />
</PageManager>
</div>
, document.getElementById('root'));
7 changes: 0 additions & 7 deletions src/logo.svg

This file was deleted.

108 changes: 0 additions & 108 deletions src/registerServiceWorker.js

This file was deleted.

0 comments on commit 7b4ec68

Please sign in to comment.