Skip to content

Commit

Permalink
feature(405222): addressed some missed out changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayalakshmirSF4471 committed Dec 23, 2024
1 parent bb76295 commit 8cdee83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';

bootstrapApplication(AppComponent, appConfig)
.catch((err) => console.error(err));
.catch((err) => console.error(err));

0 comments on commit 8cdee83

Please sign in to comment.