Cleaned imports

This commit is contained in:
2018-10-22 20:30:47 +11:00
parent 44332a923c
commit 2ef9c3fe30
22 changed files with 72 additions and 65 deletions

View File

@ -25,7 +25,7 @@ import React from 'react';
import { connect } from 'react-redux';
import { HashRouter, BrowserRouter } from 'react-router-dom';
import Background from './../objects/background/Background';
import Background from '@objects/background/Background';
import Header from './header/Header';
import Footer from './footer/Footer';
import Routes from './page/Routes';