/**
* The main module of the X Store. All of the other {@link XModule | XModules} will be
* registered as a sub-moduleofthisone.
*
* @internal
*/
constRootXStoreModule = {
state: () => ({}),
namespaced: true
};
export { RootXStoreModule };
//# sourceMappingURL=x.module.js.map