build_app

This commit is contained in:
risadmin_prod 2025-05-01 04:03:13 +00:00
parent 29f736593b
commit df27df7ac9
3 changed files with 18 additions and 0 deletions

View File

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

View File

@ -1,5 +1,7 @@
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
@ -266,6 +268,10 @@ const routes: Routes = [
{path:'Design_lbrary',component:Design_lbraryComponent},

View File

@ -1,5 +1,7 @@
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
@ -134,6 +136,10 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
Design_lbraryComponent,