Compare commits

..

No commits in common. "4f9cdf15880c98b535572341f633b13b87cbc968" and "06e353ee946155291362437159622d7f7597c63f" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { AppConfig } from '../../shared/app.config';
@Component({ @Component({
selector: 'fm-avatar', selector: 'fm-avatar',
templateUrl: './avatar.component.html', templateUrl: './avatar.component.html',
styleUrls: ['./avatar.component.css'] styleUrls: ['./avatar.component.scss']
}) })
export class AvatarComponent implements OnInit { export class AvatarComponent implements OnInit {