[REF] utils: move batched from reactivity to utils

This commit is contained in:
Géry Debongnie
2021-11-20 10:24:09 +01:00
parent efd934d2b1
commit 0e0ac5329a
4 changed files with 48 additions and 27 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { Component, mount, onWillRender, onWillStart, onWillUpdateProps, useState } from "../src";
import { batched, reactive } from "../src/reactivity";
import { reactive } from "../src/reactivity";
import { xml } from "../src/tags";
import { batched } from "../src/utils";
import {
makeDeferred,
makeTestFixture,