build_app

This commit is contained in:
risadmin_prod 2025-05-01 04:14:49 +00:00
parent 09b889039d
commit f545eb6e9e
3 changed files with 18 additions and 0 deletions

View File

@ -84,6 +84,12 @@ addCustomMenu( "Student_registration", "Transcations");
addCustomMenu( "Design_lbrary", "Transcations");
addCustomMenu( "Student_registration", "Transcations");
addCustomMenu( "Design_lbrary", "Transcations");
addCustomMenu( "Student_registration", "Transcations");

View File

@ -2,6 +2,8 @@
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
@ -272,6 +274,10 @@ const routes: Routes = [
{path:'Design_lbrary',component:Design_lbraryComponent},

View File

@ -2,6 +2,8 @@
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
@ -140,6 +142,10 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
Design_lbraryComponent,