2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

chore: fix import path

This commit is contained in:
Alexander Shabunevich
2024-06-03 22:31:39 +03:00
parent bdb6b39c45
commit cbccf3115f
+1 -1
View File
@@ -1,5 +1,5 @@
import { Alpine } from 'alpinejs'
import { MaskaDetail, MaskInput, MaskInputOptions } from '../input'
import { MaskaDetail, MaskInput, MaskInputOptions } from '..'
const masks = new WeakMap<HTMLInputElement, MaskInput>()