feat(examples): add ~stress~ test

This commit is contained in:
moklick
2019-10-24 21:14:02 +02:00
parent 5030f7dc1b
commit 8a0f3e2722
4 changed files with 70 additions and 2 deletions
+4
View File
@@ -7,6 +7,7 @@ import Rich from './Rich';
import Basic from './Basic';
import Empty from './Empty';
import Inactive from './Inactive';
import Stress from './Stress';
import './index.css';
@@ -25,6 +26,9 @@ ReactDOM.render((
<Route path="/custom-node">
<CustomNode />
</Route>
<Route path="/stress">
<Stress />
</Route>
<Route path="/">
<Rich />
</Route>