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,4 +1,4 @@
import { QWeb } from "./qweb_vdom";
import { QWeb } from "./qweb";
import { EventBus } from "./event_bus";
import { Component } from "./component";