Move FooterEnd into footer

This commit is contained in:
Mathias Schopmans
2017-04-06 16:53:49 +02:00
parent 3bd0c8e70a
commit fcc28a1322
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ import actions from '../actions';
import Header from './Header';
import Footer from './Footer';
import Router from './Router';
import FooterEnd from './FooterEnd';
function App(props) {
return (
@@ -20,7 +19,6 @@ function App(props) {
</div>
<div className="page__footer">
<Footer {...props} />
<FooterEnd {...props} />
</div>
</div>
</div>