Move FooterEnd into footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user