Browse Source

Cleanup imports

Caleb Porzio 3 years ago
parent
commit
2d1669f248
1 changed files with 0 additions and 2 deletions
  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)