Template Cleanup

This commit is contained in:
dawit-kiros 2024-03-20 22:31:55 -07:00
parent 51759d8456
commit d98366c7f7
13 changed files with 580 additions and 261 deletions

View file

@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'ngx-profile',
templateUrl: './profile.component.html',
styleUrls: ['./profile.component.scss']
})
export class ProfileComponent {
}