fixed tests and feedback

This commit is contained in:
lotte
2020-03-25 18:22:20 +01:00
committed by Art Lowel
parent ef3a235178
commit e7a5daad18
29 changed files with 248 additions and 57 deletions

View File

@@ -8,6 +8,7 @@ import { NewProcessComponent } from './new/new-process.component';
{
path: 'new',
component: NewProcessComponent,
data: { title: 'process.new.title' }
},
])
]