Fixed a case sensitive issue.

This commit is contained in:
2018-10-28 21:51:41 +11:00
parent f598a0295c
commit 0997615fdc
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
import React from 'react';
import { withLanguage} from '@public/language/Language';
import Page from '@components/page/Page';
export default withLanguage(props => {
let { className, lang } = props;

View File

@ -26,7 +26,7 @@ import { withLanguage } from '@public/language/Language';
import Styles from './LoadingPage.scss';
import Page from '@components/Page/Page';
import Page from '@components/page/Page';
import Loader from '@objects/loading/Loader';