const React = require('react'); const Nav = require('naturalcrit/nav/nav.jsx'); module.exports = function(props){ if(global.account){ return {global.account.username} } let url = ''; /* if(typeof window !== 'undefined'){ url = window.location.href } */ return login };