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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { onWillUnmount } from ".";
|
||||
import { onWillUnmount } from "./component/lifecycle_hooks";
|
||||
import { xml } from "./app/template_set";
|
||||
import { BDom, text, VNode } from "./blockdom";
|
||||
import { Component } from "./component/component";
|
||||
|
||||
Reference in New Issue
Block a user