Moving footer to it's own component (#268)

This commit is contained in:
Mike Arpaia 2016-10-03 15:51:44 -04:00 committed by GitHub
parent 9312247661
commit 352c3cf004
5 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ import { connect } from 'react-redux';
import { noop } from 'lodash';
import { Style } from 'radium';
import { fetchCurrentUser } from '../../redux/nodes/auth/actions';
import Footer from './Footer';
import Footer from '../Footer';
import globalStyles from '../../styles/global';
import { authToken } from '../../utilities/local';

View file

@ -0,0 +1 @@
export default from './Footer';