mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] remove circular dependency
This commit is contained in:
committed by
Aaron Bohy
parent
0d13c362d3
commit
7c78442e43
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
import { onWillUnmount } from ".";
|
import { onWillUnmount } from "./component/lifecycle_hooks";
|
||||||
import { xml } from "./app/template_set";
|
import { xml } from "./app/template_set";
|
||||||
import { BDom, text, VNode } from "./blockdom";
|
import { BDom, text, VNode } from "./blockdom";
|
||||||
import { Component } from "./component/component";
|
import { Component } from "./component/component";
|
||||||
|
|||||||
Reference in New Issue
Block a user