build_app

This commit is contained in:
risadmin_prod 2024-09-12 08:10:24 +00:00
parent 394cefbaf1
commit f6dcc53b47
3 changed files with 9 additions and 0 deletions

View File

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

View File

@ -1,3 +1,4 @@
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
@ -241,6 +242,8 @@ children: [
// buildercomponents
{path:'Forma',component:FormaComponent},

View File

@ -1,3 +1,4 @@
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
@ -143,6 +144,8 @@ import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingru
// buildercomponents
FormaComponent,