From 14f4da058029b60e85a4948559f45af578cb4c80 Mon Sep 17 00:00:00 2001 From: aktanoff Date: Thu, 22 Feb 2024 23:02:02 +0500 Subject: [PATCH] feat(core): fixed build --- projects/kit/src/lib/plugins/event-handler.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/kit/src/lib/plugins/event-handler.ts b/projects/kit/src/lib/plugins/event-handler.ts index 8533fc701..a2e73b08f 100644 --- a/projects/kit/src/lib/plugins/event-handler.ts +++ b/projects/kit/src/lib/plugins/event-handler.ts @@ -1,5 +1,4 @@ -import {MaskitoOptions, MaskitoPlugin} from '@maskito/core'; -import {MaskitoElement} from 'projects/core/src/lib/types/maskito-element'; +import {MaskitoElement, MaskitoOptions, MaskitoPlugin} from '@maskito/core'; export function maskitoEventHandler( name: string,