Skip to content

Commit

Permalink
feat(core): fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
aktanoff committed Feb 22, 2024
1 parent 1ff6985 commit 14f4da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/kit/src/lib/plugins/event-handler.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 14f4da0

Please sign in to comment.