The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
194 B

  1. const NavBar = React.createClass({
  2. render: function() {
  3. return <div style={{ background: '#2f3441', width: '60px', margin: '10px', marginRight: '0' }} />;
  4. }
  5. });
  6. export default NavBar;