mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
ref: move PureWidget back to core, use updateEnv
This commit is contained in:
+9
-2
@@ -1,6 +1,13 @@
|
||||
import { QWeb } from "./qweb";
|
||||
import { EventBus } from "./event_bus";
|
||||
import { Component } from "./component";
|
||||
import { Component, PureComponent } from "./component";
|
||||
import { Store, StoreMixin } from "./store";
|
||||
|
||||
export const core = { QWeb, EventBus, Component, Store, StoreMixin };
|
||||
export const core = {
|
||||
QWeb,
|
||||
EventBus,
|
||||
Component,
|
||||
PureComponent,
|
||||
Store,
|
||||
StoreMixin
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user