user profile basic cleanup

This commit is contained in:
Denys Vuika
2023-02-11 15:24:23 -05:00
committed by Sheena Malhotra
parent 111f71279c
commit 16278ae181
5 changed files with 14 additions and 31 deletions

View File

@@ -27,9 +27,10 @@ import { NgModule } from '@angular/core';
import { ViewProfileComponent } from './view-profile.component';
import { CommonModule } from '@angular/common';
import { CoreModule } from '@alfresco/adf-core';
import { RouterModule } from '@angular/router';
@NgModule({
imports: [CommonModule, CoreModule.forChild()],
imports: [CommonModule, RouterModule, CoreModule.forChild()],
declarations: [ViewProfileComponent]
})
export class ViewProfileModule {}