build_app

This commit is contained in:
risadmin_prod 2025-06-16 06:43:19 +00:00
parent 47bbea2506
commit 1dc82d8e9b
3 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Forma","Forma", "Transcations");
addCustomMenu( "Forma","Forma", "Transcations");
addCustomMenu( "Forma","Forma", "Transcations");

View File

@ -1,4 +1,5 @@
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
@ -260,6 +261,8 @@ const routes: Routes = [
// buildercomponents
{path:'Forma',component:FormaComponent},

View File

@ -1,4 +1,5 @@
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
@ -133,6 +134,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
// buildercomponents
FormaComponent,