build_app
This commit is contained in:
parent
f0d6aa7c93
commit
5579f22d13
@ -1,3 +1,4 @@
|
||||
|
||||
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
||||
|
||||
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
|
||||
@ -261,6 +262,8 @@ const routes: Routes = [
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
{path:'Testa',component:TestaComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
||||
|
||||
|
||||
@ -134,6 +135,8 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
TestaComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user