Switch everything over to use the component broker.
This commit is contained in:
parent
6542201ac6
commit
ed58a59f82
6 changed files with 40 additions and 33 deletions
|
@ -1,6 +1,8 @@
|
|||
var React = require('react');
|
||||
|
||||
var LogoutButton = require("../atoms/LogoutButton");
|
||||
var ComponentBroker = require('../ComponentBroker');
|
||||
|
||||
var LogoutButton = ComponentBroker.get("atoms/LogoutButton");
|
||||
|
||||
module.exports = React.createClass({
|
||||
render: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue