Caleb Porzio 3 년 전
부모
커밋
975c9f834c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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'