Skip to content

Commit

Permalink
Remove Template.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JethroF22 committed Mar 7, 2018
1 parent 18c5943 commit 4fa3a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/app.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
import Template from './components/Template';
import PageHeader from './components/PageHeader';

ReactDOM.render(<Template />, document.getElementById('app'));
ReactDOM.render(<PageHeader />, document.getElementById('app'));
10 changes: 0 additions & 10 deletions src/components/Template.jsx

This file was deleted.

0 comments on commit 4fa3a33

Please sign in to comment.