import * as BS from 'react-bootstrap'; import React from 'react'; import Navbar from 'vanth/navbar'; module.exports = React.createClass({ render: function() { return (

You don't have any accounts yet!

); } });