Caleb Porzio 3 år sedan
förälder
incheckning
975c9f834c
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      packages/alpinejs/src/directives/x-bind.js

+ 0 - 1
packages/alpinejs/src/directives/x-bind.js

@@ -1,5 +1,4 @@
 import { attributesOnly, directive, directives, into, mapAttributes, prefix, startingWith } from '../directives'
-import { addInitSelector } from '../lifecycle'
 import { evaluateLater } from '../evaluator'
 import { mutateDom } from '../mutation'
 import bind from '../utils/bind'