mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] compiler: rename qweb/ into compiler/
This commit is contained in:
committed by
Samuel Degueldre
parent
4efe1ae166
commit
04334e23d7
+2
-2
@@ -14,8 +14,8 @@ import {
|
||||
} from "../src";
|
||||
import { BDom } from "../src/blockdom";
|
||||
import { blockDom } from "../src";
|
||||
import { CompileOptions, compileTemplate, Template } from "../src/qweb/compiler";
|
||||
import { globalTemplates, TemplateSet, UTILS } from "../src/qweb/template_helpers";
|
||||
import { CompileOptions, compileTemplate, Template } from "../src/compiler/code_generator";
|
||||
import { globalTemplates, TemplateSet, UTILS } from "../src/compiler/template_helpers";
|
||||
import { xml } from "../src/tags";
|
||||
|
||||
const mount = blockDom.mount;
|
||||
|
||||
Reference in New Issue
Block a user