From 8cdee834fdedd03994fe6a5f7cc06e42e753717c Mon Sep 17 00:00:00 2001 From: VijayalakshmiSF4471 <164475295+VijayalakshmirSF4471@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:54:06 +0530 Subject: [PATCH] feature(405222): addressed some missed out changes --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index c46dc16..35b00f3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,4 +3,4 @@ import { appConfig } from './app/app.config'; import { AppComponent } from './app/app.component'; bootstrapApplication(AppComponent, appConfig) - .catch((err) => console.error(err)); \ No newline at end of file + .catch((err) => console.error(err));