Update fw examples

This commit is contained in:
Sean Landsman
2019-02-20 15:35:12 +00:00
parent 74ccfa6b26
commit 7ff41a6966
3 changed files with 25 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ const SideBar = () => (
<ul className="nav nav-pills">
<NavItem to='/rich-grid-declarative'>Rich Grid with Declarative Markup</NavItem>
<NavItem to='/simple-redux-dynamic'>Simple Redux Dynamic Component Example</NavItem>
<NavItem to='/simple-redux-hook'>Simple Redux Dynamic Component Example</NavItem>
<NavItem to='/simple-redux-hook'>Simple React Hook Component Example</NavItem>
</ul>
</div>
);