Caleb Porzio 3 лет назад
Родитель
Сommit
2d1669f248
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/alpinejs/src/directives/x-html.js

+ 0 - 2
packages/alpinejs/src/directives/x-html.js

@@ -1,6 +1,4 @@
-import { evaluateLater } from '../evaluator'
 import { directive } from '../directives'
-import { mutateDom } from '../mutation'
 
 directive('html', (el, { expression }, { effect, evaluateLater }) => {
     let evaluate = evaluateLater(expression)