mirror of
https://github.com/tenrok/maska.git
synced 2026-06-20 20:00:34 +03:00
chore: fix import path
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
import { Alpine } from 'alpinejs'
|
import { Alpine } from 'alpinejs'
|
||||||
import { MaskaDetail, MaskInput, MaskInputOptions } from '../input'
|
import { MaskaDetail, MaskInput, MaskInputOptions } from '..'
|
||||||
|
|
||||||
const masks = new WeakMap<HTMLInputElement, MaskInput>()
|
const masks = new WeakMap<HTMLInputElement, MaskInput>()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user