move demo/static/src/ts/core to src/

This commit is contained in:
Géry Debongnie
2019-03-14 11:23:10 +01:00
parent 2ffb0fd64c
commit f08ff9e5c2
103 changed files with 32 additions and 32 deletions
+5
View File
@@ -0,0 +1,5 @@
import { QWeb } from "./qweb_vdom";
import { EventBus } from "./event_bus";
import { Component } from "./component";
export const core = { QWeb, EventBus, Component };