diff --git a/examples/basic/app.js b/examples/basic/app.js index 58118a47..6854916d 100644 --- a/examples/basic/app.js +++ b/examples/basic/app.js @@ -5,6 +5,7 @@ import SimpleUsage from './simple_usage'; import MultipleModals from './multiple_modals'; import Forms from './forms'; import ReactRouter from './react-router'; +import NestedModals from './nested_modals'; const appElement = document.getElementById('example'); @@ -14,6 +15,7 @@ const examples = [ SimpleUsage, Forms, MultipleModals, + NestedModals, ReactRouter ]; @@ -24,8 +26,8 @@ class App extends Component { {examples.map((example, key) => { const ExampleApp = example.app; return ( -
This is a description of what it does: nothing :)
-