mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
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:
parent
1dfaf70562
commit
704a599811
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user