build_app

This commit is contained in:
risadmin_prod 2025-07-08 09:57:19 +00:00
parent dcf8beb70e
commit 843786fa75
3 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Hello","Hello", "Transcations");
addCustomMenu( "Hello","Hello", "Transcations");
System.out.println("dashboard and menu inserted...");

View File

@ -1,3 +1,4 @@
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
@ -257,6 +258,8 @@ const routes: Routes = [
// buildercomponents
{path:'Hello',component:HelloComponent},

View File

@ -1,3 +1,4 @@
import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component';
@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
// buildercomponents
HelloComponent,