tokenregistery

This commit is contained in:
string 2025-08-29 09:01:52 +05:30
parent 2ba5667c4a
commit 4ec04f50d4
2 changed files with 6 additions and 19 deletions

View File

@ -82,6 +82,8 @@ import { MappingruleallComponent } from './datamanagement/mappingrule/mappingrul
import { MappingruleaddComponent } from './datamanagement/mappingrule/mappingruleadd/mappingruleadd.component';
import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingruleedit/mappingruleedit.component';
import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component';
import { Token_registeryComponent } from './fnd/Token_registery/Token_registery.component';
// import { QueryComponent } from './superadmin/query/query.component';
// import { QueryaddComponent } from './superadmin/queryadd/queryadd.component';
// import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
@ -257,25 +259,7 @@ const routes: Routes = [
// buildercomponents
{ path: 'tokenregistery', component: Token_registeryComponent },
{ path: 'Stepper_workflow', component: Stepper_workflowComponent },

View File

@ -106,6 +106,8 @@ import { MappingruleaddComponent } from './datamanagement/mappingrule/mappingrul
import { MappingruleallComponent } from './datamanagement/mappingrule/mappingruleall/mappingruleall.component';
import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingruleedit/mappingruleedit.component';
import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component';
import { Token_registeryComponent } from './fnd/Token_registery/Token_registery.component';
// import { QueryComponent } from './superadmin/query/query.component';
// import { QueryaddComponent } from './superadmin/queryadd/queryadd.component';
// import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
@ -132,6 +134,7 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
Token_registeryComponent,