diff --git a/projects/ng-talk/src/lib/components/channel/ng-talk-channel.component.ts b/projects/ng-talk/src/lib/components/channel/ng-talk-channel.component.ts index 554171d..d96270b 100644 --- a/projects/ng-talk/src/lib/components/channel/ng-talk-channel.component.ts +++ b/projects/ng-talk/src/lib/components/channel/ng-talk-channel.component.ts @@ -1,21 +1,6 @@ import {CdkDrag, CdkDragEnd, CdkDragMove} from '@angular/cdk/drag-drop'; import {NgComponentOutlet} from "@angular/common"; -import { - AfterViewInit, - Component, - DestroyRef, - ElementRef, - EventEmitter, - Input, - OnChanges, - OnInit, - Output, - QueryList, - signal, - SimpleChanges, - ViewChild, viewChildren, - ViewChildren -} from '@angular/core'; +import {AfterViewInit, Component, DestroyRef, ElementRef, EventEmitter, Input, OnChanges, OnInit, Output, signal, SimpleChanges, ViewChild, viewChildren} from '@angular/core'; import {takeUntilDestroyed} from "@angular/core/rxjs-interop"; import {Subscription} from 'rxjs'; import {InViewportDirective} from '../../directives/in-viewport.directive';