diff --git a/lib/dashboard.js b/lib/dashboard.js index 642cb95..cdff497 100644 --- a/lib/dashboard.js +++ b/lib/dashboard.js @@ -2,6 +2,7 @@ import * as BS from 'react-bootstrap'; import React from 'react'; import * as Actions from 'vanth/actions/root'; +import Navbar from 'vanth/navbar'; var Dashboard = React.createClass({ logout: function() { @@ -12,19 +13,8 @@ var Dashboard = React.createClass({ render: function() { return (
); } diff --git a/lib/navbar.js b/lib/navbar.js new file mode 100644 index 0000000..7a30880 --- /dev/null +++ b/lib/navbar.js @@ -0,0 +1,22 @@ +import * as BS from 'react-bootstrap'; +import React from 'react'; + +module.exports = React.createClass({ + render: function() { + return ( +