Skip to content

Commit 40e4647

Browse files
committed
fix: formateed
1 parent d17d50a commit 40e4647

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Component } from '@angular/core';
22
import { RouterOutlet } from '@angular/router';
33
import { Toast } from 'primeng/toast';
4-
import { MessageService } from 'primeng/api';
54

65
@Component({
76
selector: 'app-root',
@@ -11,8 +10,6 @@ import { MessageService } from 'primeng/api';
1110
providers: [],
1211
})
1312
export class AppComponent {
14-
constructor() {
15-
console.log('AppComponent initialized');
16-
}
13+
constructor() {}
1714
title = 'timeless';
1815
}

0 commit comments

Comments
 (0)