UI changes- modified profile component, ai-resume generate component

This commit is contained in:
dawit-kiros 2024-03-23 21:17:28 -07:00
parent aeb832526c
commit fd8e3b06fa
15 changed files with 1136 additions and 1003 deletions

View file

@ -6,6 +6,7 @@ import { FormInputsComponent } from './form-inputs/form-inputs.component';
import { FormLayoutsComponent } from './form-layouts/form-layouts.component';
import { DatepickerComponent } from './datepicker/datepicker.component';
import { ButtonsComponent } from './buttons/buttons.component';
import { AiResumeComponent } from './ai-resume/ai-resume.component';
const routes: Routes = [
{
@ -28,6 +29,10 @@ const routes: Routes = [
path: 'buttons',
component: ButtonsComponent,
},
{
path: 'ai-resume',
component: AiResumeComponent,
},
{
path: 'datepicker',
component: DatepickerComponent,