1 2 3 4 5 6 7
const Browse = { selectUser: function(username) { window.location.href = STUDIP.URLHelper.getURL('dispatch.php/profile', { username: username }); } }; export default Browse;