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:
+1
-1
@@ -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>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user