Change profile icon base in user role

This commit is contained in:
Peter Maquiran
2021-05-12 10:41:42 +01:00
parent 3ad9474498
commit 5352f89a26
8 changed files with 26 additions and 95 deletions
@@ -0,0 +1,14 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-task-options',
templateUrl: './task-options.component.html',
styleUrls: ['./task-options.component.scss'],
})
export class TaskOptionsComponent implements OnInit {
constructor() { }
ngOnInit() {}
}