mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[MOV] move lifecycle_hooks into component/
This commit is contained in:
committed by
Aaron Bohy
parent
d7f3f4defe
commit
8c71d99e5f
@@ -1,4 +1,4 @@
|
||||
import { getCurrent } from "./component/component_node";
|
||||
import { getCurrent } from "./component_node";
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// hooks
|
||||
+1
-1
@@ -68,6 +68,6 @@ export {
|
||||
onPatched,
|
||||
onRender,
|
||||
onDestroyed,
|
||||
} from "./lifecycle_hooks";
|
||||
} from "./component/lifecycle_hooks";
|
||||
|
||||
export const __info__ = {};
|
||||
|
||||
Reference in New Issue
Block a user