From a69bfd4d6cff71d3cd9712c901e82e614e87b3f9 Mon Sep 17 00:00:00 2001 From: Kalutka Zhenya Date: Thu, 20 May 2021 11:50:02 +0300 Subject: [PATCH] clean import --- ui-ngx/src/app/shared/components/toast.directive.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-ngx/src/app/shared/components/toast.directive.ts b/ui-ngx/src/app/shared/components/toast.directive.ts index 0294e3e671..b85b115d61 100644 --- a/ui-ngx/src/app/shared/components/toast.directive.ts +++ b/ui-ngx/src/app/shared/components/toast.directive.ts @@ -256,7 +256,6 @@ import { animate, } from '@angular/animations'; import { onParentScrollOrWindowResize } from '@core/utils'; -import ClickEvent = JQuery.ClickEvent; export const toastAnimations: { readonly showHideToast: AnimationTriggerMetadata;