Fix up controller requires

This commit is contained in:
David Baker 2015-09-22 18:17:19 +01:00
parent dd4cfb25f8
commit 40594fc5fa
49 changed files with 50 additions and 50 deletions

View file

@ -19,7 +19,7 @@ limitations under the License.
var React = require('react');
var classNames = require("classnames");
var SenderProfileController = require("../../../../src/controllers/molecules/SenderProfile");
var SenderProfileController = require('matrix-react-sdk/lib/controllers/molecules/SenderProfile')
// The Lato WOFF doesn't include sensible combining diacritics, so Chrome chokes on rendering them.
// Revert to Arial when this happens, which on OSX works at least.