Caleb Porzio 3 years ago
parent
commit
975c9f834c
1 changed files with 0 additions and 1 deletions
  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'