format bulk files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-23 21:07:50 -05:00
parent 5a2610066d
commit 1920027a4e
13 changed files with 96 additions and 155 deletions

View File

@@ -2,5 +2,4 @@ import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';
bootstrapApplication(AppComponent, appConfig)
.catch((err) => console.error(err));
bootstrapApplication(AppComponent, appConfig).catch((err) => console.error(err));