Skip to content

Commit

Permalink
fix: export missing store utils
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Dec 12, 2024
1 parent 38a9ca3 commit 35fe845
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/x-components/src/store/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
export * from './actions.types';
export * from './utils/fetch-and-save-action.utils';
export * from './getters.types';
export * from './mutations.types';
export * from './utils/config-store.utils';
export * from './utils/fetch-and-save-action.utils';
export * from './utils/getters-proxy.utils';
export * from './utils/query.utils';
export * from './utils/status-store.utils';
export * from './utils/store-emitters.utils';
export * from './store.types';
Expand Down

0 comments on commit 35fe845

Please sign in to comment.