@empathyco/x-components
Version:
Empathy X Components
14 lines (12 loc) • 296 B
JavaScript
/**
* The main module of the X Store. All of the other {@link XModule | XModules} will be
* registered as a sub-module of this one.
*
* @internal
*/
const RootXStoreModule = {
state: () => ({}),
namespaced: true,
};
export { RootXStoreModule };
//# sourceMappingURL=x.module.js.map