refactor(test): add some information to the index example

This commit is contained in:
moklick
2020-05-12 14:48:35 +02:00
parent 5f2e67ad44
commit 3ce3472dc5
4 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import './index.css';
const routes = [{
path: '/',
component: Rich,
label: 'Rich'
label: 'Overview'
}, {
path: '/basic',
component: Basic,