PR feedback from #355

This commit is contained in:
Kegan Dougal 2015-11-17 10:57:44 +00:00
parent af1e3373ea
commit 8602e0665d
5 changed files with 3 additions and 5 deletions

View file

@ -167,7 +167,7 @@ module.exports = React.createClass({
/>
);
} else {
var Login = sdk.getComponent("pages.Login");
var Login = require("../../../../components/login/Login");
return (
<Login onLoggedIn={this.onLoggedIn} onRegisterClick={this.onRegisterClick} />
);