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