mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Remove unnecessary imports
This commit is contained in:
parent
5baeec198a
commit
48492fde05
1 changed files with 2 additions and 4 deletions
|
@ -24,15 +24,13 @@
|
|||
* the words "Supercharged by SuiteCRM".
|
||||
*/
|
||||
|
||||
import {AfterViewInit, Component, OnDestroy, OnInit, signal, ViewChild, WritableSignal} from '@angular/core';
|
||||
import {AfterViewInit, Component, OnDestroy, OnInit, signal, WritableSignal} from '@angular/core';
|
||||
import {HistoryTimelineAdapter} from './history-timeline.adapter.service';
|
||||
import {BaseWidgetComponent} from '../../../widgets/base-widget.model';
|
||||
import {LanguageStore} from '../../../../store/language/language.store';
|
||||
import {HistoryTimelineAdapterFactory} from './history-timeline.adapter.factory';
|
||||
import {combineLatestWith, Subscription, timer} from 'rxjs';
|
||||
import {debounce, map, take, tap} from 'rxjs/operators';
|
||||
import {floor} from 'lodash-es';
|
||||
import {CdkVirtualScrollViewport} from '@angular/cdk/scrolling';
|
||||
import {debounce, map} from 'rxjs/operators';
|
||||
import {ModuleNavigation} from "../../../../services/navigation/module-navigation/module-navigation.service";
|
||||
import {ButtonInterface} from "../../../../common/components/button/button.model";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue