[KON-583]
Remove unused imports
diff --git a/src/app/shared/directives/agGrid/server-side.directive.ts b/src/app/shared/directives/agGrid/server-side.directive.ts
index cd63059..cca3fe2 100644
--- a/src/app/shared/directives/agGrid/server-side.directive.ts
+++ b/src/app/shared/directives/agGrid/server-side.directive.ts
@@ -17,7 +17,7 @@
 import { AgGridAngular } from 'ag-grid-angular';
 import { take, map } from 'rxjs/operators';
 import { ServerSideModel } from '@shared/models/server-side.model';
-import { Directive, Input, AfterViewInit, ComponentFactoryResolver, ViewContainerRef, ComponentFactory, OnInit, Output } from '@angular/core';
+import { Directive, Input, ComponentFactoryResolver, ViewContainerRef, ComponentFactory, OnInit, Output } from '@angular/core';
 import { Store, ActionsSubject } from '@ngrx/store';
 
 import * as store from '@shared/store';