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;