mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
basic project infrastructure
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import QWeb from "../src/qweb";
|
||||
import { EvalContext } from "../src/qweb";
|
||||
import QWeb from "../src/core/qweb";
|
||||
import { EvalContext } from "../src/core/qweb";
|
||||
|
||||
|
||||
function renderToDOM(t: string, context: EvalContext = {}): DocumentFragment {
|
||||
|
||||
Reference in New Issue
Block a user