Working a bit on footer and hamburger cleanup, trying to find a nice standard.

This commit is contained in:
2018-10-23 18:02:45 +11:00
parent 4cbecbb26a
commit 7030a513de
3 changed files with 111 additions and 0 deletions

View File

@ -25,6 +25,8 @@ import React from 'react';
import { connect } from 'react-redux';
import { NavLink } from 'react-router-dom';
import Styles from './HamburgerMenu.scss';
import Language from '@public/language/Language';
import * as MenuActions from '@public/actions/MenuActions';