refactor: reformat(prettier)

This commit is contained in:
2026-09-11 17:01:55 +03:00
parent f881eba1f1
commit 8f02c4ecce
8 changed files with 26 additions and 32 deletions
+1 -2
View File
@@ -2,5 +2,4 @@ import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { App } from './app/app';
bootstrapApplication(App, appConfig)
.catch((err) => console.error(err));
bootstrapApplication(App, appConfig).catch((err) => console.error(err));