mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] utils: move batched from reactivity to utils
This commit is contained in:
committed by
Samuel Degueldre
parent
6091912c54
commit
45f6a8e97a
@@ -7,7 +7,8 @@ import {
|
||||
useState,
|
||||
xml,
|
||||
} from "../src";
|
||||
import { batched, reactive } from "../src/reactivity";
|
||||
import { reactive } from "../src/reactivity";
|
||||
import { batched } from "../src/utils";
|
||||
import {
|
||||
makeDeferred,
|
||||
makeTestFixture,
|
||||
|
||||
Reference in New Issue
Block a user