File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { createStructuredSelector } from 'reselect';
1212import Navbar from 'common/layout/Navbar' ;
1313import TruthyHelps from 'containers/HomePage/truthyHelp' ;
1414import Contributors from 'containers/HomePage/contributors' ;
15- import Footer from 'components/Footer' ;
15+ // import Footer from 'components/Footer';
1616import reducer from 'containers/HomePage/reducer' ;
1717import saga from 'containers/HomePage/saga' ;
1818import Banner from 'containers/HomePage/banner' ;
@@ -50,7 +50,7 @@ export default function HomePage() {
5050 < Banner />
5151 < TruthyHelps />
5252 < Contributors contributors = { contributors } loading = { isLoading } />
53- < Footer />
53+ { /* <Footer /> */ }
5454 { /* <NavLink to="/login" className="btn-primary">
5555 Login
5656 </NavLink> */ }
You can’t perform that action at this time.
0 commit comments