From 4ec04f50d48b87ded25c526a96e5d9f4227befea Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Date: Fri, 29 Aug 2025 09:01:52 +0530 Subject: [PATCH] tokenregistery --- .../app/modules/main/main-routing.module.ts | 22 +++---------------- .../src/app/modules/main/main.module.ts | 3 +++ 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts b/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts index 7377c69..319962f 100644 --- a/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts +++ b/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts @@ -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 }, diff --git a/frontend/angular-clarity-master/src/app/modules/main/main.module.ts b/frontend/angular-clarity-master/src/app/modules/main/main.module.ts index ecbab3d..0a329cf 100644 --- a/frontend/angular-clarity-master/src/app/modules/main/main.module.ts +++ b/frontend/angular-clarity-master/src/app/modules/main/main.module.ts @@ -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,