From 204006a4cb744e28e8af79f12e5144c0518d7118 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Tue, 28 Oct 2025 19:48:58 +0000 Subject: [PATCH] fix: remove unused imports from callback component for cleaner code --- Web/src/app/pages/authentication/callback/callback.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/app/pages/authentication/callback/callback.component.ts b/Web/src/app/pages/authentication/callback/callback.component.ts index 22c33a3..dc4c529 100755 --- a/Web/src/app/pages/authentication/callback/callback.component.ts +++ b/Web/src/app/pages/authentication/callback/callback.component.ts @@ -9,7 +9,7 @@ import { NgScrollbarModule } from "ngx-scrollbar"; @Component({ selector: 'app-callback', - imports: [RouterModule, MaterialModule, BrandingComponent, JsonPipe, NgIf, NgScrollbarModule], + imports: [RouterModule, MaterialModule, BrandingComponent, NgScrollbarModule], templateUrl: './callback.component.html', }) export class CallbackComponent {