UI: Refactoring

This commit is contained in:
Artem Dzhereleiko 2023-05-19 11:17:16 +03:00
parent 5509b93cc8
commit 17f34a9bca

View File

@ -66,7 +66,7 @@ export class NotificationComponent implements OnInit {
message = ''; message = '';
constructor( constructor(
public utils: UtilsService, private utils: UtilsService,
private router: Router private router: Router
) { ) {
} }