build_app

This commit is contained in:
2026-01-28 05:18:12 +00:00
parent 0c268397b5
commit f2b08e0514
3 changed files with 9 additions and 0 deletions

View File

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

View File

@@ -1,3 +1,4 @@
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
@@ -303,6 +304,8 @@ const routes: Routes = [
// buildercomponents
{path:'Testa',component:TestaComponent},

View File

@@ -1,3 +1,4 @@
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
@@ -225,6 +226,8 @@ import { Reportrunneredit2Component } from './builder/report-runner/reportrunner
// buildercomponents
TestaComponent,