Moving footer to it's own component (#268)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export default from './Footer';
|
||||
Reference in New Issue
Block a user