mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Moving footer to it's own component (#268)
This commit is contained in:
parent
9312247661
commit
352c3cf004
5 changed files with 2 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
1
frontend/components/Footer/index.js
Normal file
1
frontend/components/Footer/index.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
export default from './Footer';
|
||||
Loading…
Reference in a new issue