lot of changes on someday

This commit is contained in:
Dhanraj
2024-09-28 20:56:56 +05:30
parent bd5119fc3c
commit e206968993
479 changed files with 10127 additions and 95691 deletions

View File

@ -13,11 +13,13 @@ import { CandidateDetailsComponent } from './candidate-details/candidate-details
import { CheckStatusComponent } from './check-status/check-status.component';
const routes: Routes = [
{
path: 'index',
component: Index6Component
path: '',
component: Index6Component,
},
{
path: 'registrationStatus',
component: RegistrationStatusComponent
@ -45,6 +47,7 @@ const routes: Routes = [
path: 'register/:id',
component: RegisterComponent
},
{
path: '',
redirectTo: 'index',