Procházet zdrojové kódy

refactor: remove next tick import (#3163)

Jairo Blatt před 2 roky
rodič
revize
2e3d12bd22
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      packages/alpinejs/src/lifecycle.js

+ 0 - 1
packages/alpinejs/src/lifecycle.js

@@ -1,7 +1,6 @@
 import { startObservingMutations, onAttributesAdded, onElAdded, onElRemoved, cleanupAttributes } from "./mutation"
 import { deferHandlingDirectives, directives } from "./directives"
 import { dispatch } from './utils/dispatch'
-import { nextTick } from "./nextTick"
 import { walk } from "./utils/walk"
 import { warn } from './utils/warn'