import * as BS from 'react-bootstrap'; import React from 'react'; import * as Actions from 'vanth/actions/root'; var Dashboard = React.createClass({ logout: function() { Actions.Session.logout(this.props.session.uri).then(() => { Actions.URL.navigate('/login'); }); }, render: function() { return (