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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user