Apply css files in the same order everywhere (eliminate warning by mini-css-extract-plugin)

This commit is contained in:
Felix Hamme 2019-04-22 16:43:14 +02:00
parent 6dce02ae83
commit 45d2b221eb
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@ import {
clearErrors
} from '../js/api';
import '../static/everypage.css';
import '../static/css/errormessages.css';
import '../static/everypage.css';
export default class RegisterPage extends React.Component {
render() {