Cleaned more code, still untested.

This commit is contained in:
2018-10-24 09:06:18 +11:00
parent 7030a513de
commit f1b10e223e
28 changed files with 183 additions and 313 deletions

View File

@ -24,9 +24,15 @@
import React from 'react';
import { connect } from 'react-redux';
import { Helmet } from "react-helmet";
import PageBoundary from './PageBoundary';
import Styles from './Page.scss';
//Publics
import Language from '@public/language/Language';
//Components
import PageBoundary from './boundary/PageBoundary';
class Page extends React.Component {
constructor(props) {
super(props);