build_app

This commit is contained in:
risadmin_prod 2025-07-08 11:03:11 +00:00
parent 932384014d
commit b2a12e0cbc
3 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,9 @@ addCustomMenu( "Hello","Hello", "Transcations");
addCustomMenu( "Hello","Hello", "Transcations");
addCustomMenu( "Hello","Hello", "Transcations");
addCustomMenu( "Hello","Hello", "Transcations");

View File

@ -1,5 +1,6 @@
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
@ -263,6 +264,8 @@ const routes: Routes = [
{path:'Hello',component:HelloComponent},

View File

@ -1,5 +1,6 @@
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
@ -136,6 +137,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
HelloComponent,