Put back modernizr import

In a way that hopefully makes the linter happy and makes it implicit
that it's side-effecting a global.
This commit is contained in:
David Baker 2018-11-22 18:27:53 +00:00
parent 1dfaf70562
commit 704a599811

View file

@ -34,6 +34,7 @@ if (process.env.NODE_ENV !== 'production') {
global.Perf = require('react-addons-perf');
}
import './modernizr';
import ReactDOM from 'react-dom';
import sdk from 'matrix-react-sdk';
import PlatformPeg from 'matrix-react-sdk/lib/PlatformPeg';