From c59fb91e6c0278cc450ddc9fd8dd7bf810f4fb7d Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 25 Jun 2026 18:14:36 +0300 Subject: [PATCH] chore(home): drop now-unused RouterTabsComponent + isDefinedAndNotNull imports --- ui-ngx/src/app/modules/home/home.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/home.component.ts b/ui-ngx/src/app/modules/home/home.component.ts index 65b81e5d56..91ef8c16a4 100644 --- a/ui-ngx/src/app/modules/home/home.component.ts +++ b/ui-ngx/src/app/modules/home/home.component.ts @@ -40,9 +40,7 @@ import { AuthState } from '@core/auth/auth.models'; import { WINDOW } from '@core/services/window.service'; import { instanceOfSearchableComponent, ISearchableComponent } from '@home/models/searchable-component.models'; import { ActiveComponentService } from '@core/services/active-component.service'; -import { RouterTabsComponent } from '@home/components/router-tabs.component'; import { FormBuilder } from '@angular/forms'; -import { isDefinedAndNotNull } from '@core/utils'; import { ActionPreferencesPutUserSettings } from '@core/auth/auth.actions'; import { HomeService } from '@core/services/home.service';