Disabled character list

This commit is contained in:
Stefan Zermatten
2019-11-04 13:30:46 +02:00
parent f6d80f6ae4
commit dfa13ef2c3

View File

@@ -29,7 +29,8 @@ RouterFactory.configure(factory => {
component: Home,
},{
path: '/characterList',
component: CharacterList,
//component: CharacterList,
component: NotImplemented,
},{
path: '/library',
component: Library,