rename qweb_vdom into qweb

This commit is contained in:
Géry Debongnie
2019-03-14 14:29:57 +01:00
parent 43955f7bfd
commit ce8c176578
7 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Env } from "../src/component";
import { QWeb } from "../src/qweb_vdom";
import { QWeb } from "../src/qweb";
export function nextMicroTick(): Promise<void> {
return Promise.resolve();