From cbccf3115f2c1b13ed9bca1c6033791a2ffe56ae Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Mon, 3 Jun 2024 22:31:39 +0300 Subject: [PATCH] chore: fix import path --- src/alpine/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alpine/index.ts b/src/alpine/index.ts index bfb0938..0e44b18 100644 --- a/src/alpine/index.ts +++ b/src/alpine/index.ts @@ -1,5 +1,5 @@ import { Alpine } from 'alpinejs' -import { MaskaDetail, MaskInput, MaskInputOptions } from '../input' +import { MaskaDetail, MaskInput, MaskInputOptions } from '..' const masks = new WeakMap()