mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
imp: work on store, refactor, improve todoapp
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import { QWeb } from "./qweb";
|
||||
import { EventBus } from "./event_bus";
|
||||
import { Component, PureComponent } from "./component";
|
||||
import { Store, StoreMixin } from "./store";
|
||||
import { Store, connect } from "./store";
|
||||
|
||||
export const core = {
|
||||
QWeb,
|
||||
@@ -9,5 +9,5 @@ export const core = {
|
||||
Component,
|
||||
PureComponent,
|
||||
Store,
|
||||
StoreMixin
|
||||
connect
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user