build_app

This commit is contained in:
risadmin_prod 2025-09-27 05:00:46 +00:00
parent afb3d07ee4
commit 879210fcfc
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");
System.out.println("dashboard and menu inserted...");

View File

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

View File

@ -1,3 +1,4 @@
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
@ -149,6 +150,8 @@ import { SharedModule } from '../../shared/shared.module';
// buildercomponents
FormaComponent,