Browse Source

refactor: remove next tick import (#3163)

Jairo Blatt 2 years ago
parent
commit
2e3d12bd22
1 changed files with 0 additions and 1 deletions
  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'