Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-frontend
Commits
bd297483
Commit
bd297483
authored
Jan 15, 2022
by
Jan Marchel
Browse files
deleting ufcreator view in module
parent
e63908f5
Pipeline
#18859
failed with stages
in 4 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/process/route/process-routing.module.ts
View file @
bd297483
...
...
@@ -3,7 +3,6 @@ import {RouterModule, Routes} from '@angular/router';
import
{
CamundaViewComponent
}
from
'
../camunda-view/camunda-view.component
'
;
import
{
ProcessViewComponent
}
from
'
../process-view/process-view.component
'
;
import
{
ProcessListComponent
}
from
'
../process-list/process-list.component
'
;
import
{
UfCreatorViewComponent
}
from
'
../../deploying-application/uf-creator-view/uf-creator-view.component
'
;
const
routes
:
Routes
=
[
{
path
:
''
,
component
:
ProcessViewComponent
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment