Skip to content

Commit

Permalink
add registerXModule to extraParamsXModule
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Jun 20, 2024
1 parent 16cf345 commit 0ae65a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/x-components/src/x-modules/extra-params/x-module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { XModule } from '../x-modules.types';
import { XPlugin } from '../../plugins/index';
import { extraParamsEmitters } from './store/emitters';
import { extraParamsXStoreModule } from './store/module';
import { ExtraParamsXStoreModule } from './store/types';
Expand All @@ -23,3 +24,5 @@ export const extraParamsXModule: ExtraParamsXModule = {
storeEmitters: extraParamsEmitters,
wiring: extraParamsWiring
};

XPlugin.registerXModule(extraParamsXModule);

0 comments on commit 0ae65a2

Please sign in to comment.