Apply css files in the same order everywhere (eliminate warning by mini-css-extract-plugin)
This commit is contained in:
parent
6dce02ae83
commit
45d2b221eb
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue