Added routing and basic board component.
This commit is contained in:
@@ -13,6 +13,7 @@ export default ({ landingHeader, selectedNavItem, navItems }) => {
|
||||
};
|
||||
return (
|
||||
<Menu
|
||||
theme="dark"
|
||||
className="header"
|
||||
onClick={handleClick}
|
||||
selectedKeys={selectedNavItem}
|
||||
|
||||
Reference in New Issue
Block a user